about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-12-13 20:08:16 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-12-13 20:08:16 +0100
commitfe97a9451e6e9f08f893c27dac1cf16a9f75eaa9 (patch)
treeb990aed07b8dc37131ad5ba8f88c63bf6ca55826 /Makefile
parentd25bfe3cfb6b798b388c0f8bd865377ed2f14b56 (diff)
downloadrnl-fe97a9451e6e9f08f893c27dac1cf16a9f75eaa9.tar.gz
rnl-fe97a9451e6e9f08f893c27dac1cf16a9f75eaa9.tar.xz
rnl-fe97a9451e6e9f08f893c27dac1cf16a9f75eaa9.zip
add tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ec1a17c..a259481 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,9 @@ README: rnl.1
 clean: FRC
 	rm -f $(ALL)
 
+check: FRC all
+	prove -v
+
 install: FRC all
 	mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
 	install -m0755 $(ALL) $(DESTDIR)$(BINDIR)