about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-08-03 15:19:05 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-08-03 15:19:05 +0200
commite8c199871d2a7f5a7668f9a9759b63a3cbee662d (patch)
tree10d011d636355b9f5591475a6f6b9e05b012c77b /Makefile
parentf47b1b9abf446a9aeec5dc53d2bb9e0b125a4b86 (diff)
downloadnq-e8c199871d2a7f5a7668f9a9759b63a3cbee662d.tar.gz
nq-e8c199871d2a7f5a7668f9a9759b63a3cbee662d.tar.xz
nq-e8c199871d2a7f5a7668f9a9759b63a3cbee662d.zip
add tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c6cc8d6..b9a8211 100644
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,5 @@ all: nq
 nq: nq.c
 clean:
 	rm -f nq
+check:
+	prove -v ./tests