aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-06-27 17:27:11 +1200
committerDavid Phillips <david@sighup.nz>2017-06-27 17:27:11 +1200
commita54de239ac8b54fad9d3c3c75e0e7380e4a29f50 (patch)
tree75be22c61d6cfdf52b179bcfef34a04b10e76d16 /Makefile
parent3616b3c21130c7ee86ada66e02b84ebb55783183 (diff)
downloadsand-leek-a54de239ac8b54fad9d3c3c75e0e7380e4a29f50.tar.xz
Add test recipe to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db0aaa8..4f5566f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,8 @@ sand-leek: sand-leek.o onion_base32.o key_update.o
clean:
rm -vf sand-leek *.o
-.PHONY: all clean
+test:
+ ./test.sh
+
+.PHONY: all clean test