about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2021-06-25 21:24:47 +0200
committerLeah Neukirchen <leah@vuxu.org>2021-06-25 21:28:19 +0200
commit32c82229d93471c25eaaaed5e76704893162a125 (patch)
tree7f396797c397dac8121fd8742d7eb9aa1cd90b64 /Makefile
parentca309754c6aba81be4f290279666a68f75306d70 (diff)
downloadlr-32c82229d93471c25eaaaed5e76704893162a125.tar.gz
lr-32c82229d93471c25eaaaed5e76704893162a125.tar.xz
lr-32c82229d93471c25eaaaed5e76704893162a125.zip
add partial test suite testsuite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5ef6fcd..ce6c7b7 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,9 @@ all: $(ALL)
 clean: FRC
 	rm -f lr
 
+check: FRC all
+	prove -v </dev/null
+
 install: FRC all
 	mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1 $(DESTDIR)$(ZSHCOMPDIR)
 	install -m0755 $(ALL) $(DESTDIR)$(BINDIR)