aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-07-27 14:16:17 +1200
committerDavid Phillips <david@sighup.nz>2017-07-27 14:16:17 +1200
commit8df5d237856d365a7a49835274e58e8c8bb281b1 (patch)
tree2973898cdff4fd9d4e4e5acf69b97221c879bfb9 /Makefile
parent92d9e59d6b3dc5375c100c72ba8907502aea8331 (diff)
downloadsand-leek-8df5d237856d365a7a49835274e58e8c8bb281b1.tar.xz
Add more tests, pull simple test runner from other project
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4f5566f..c06ac86 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ sand-leek: sand-leek.o onion_base32.o key_update.o
clean:
rm -vf sand-leek *.o
-test:
- ./test.sh
+test: all
+ @./test/run-tests.sh
.PHONY: all clean test