diff options
author | David Phillips <david@sighup.nz> | 2017-07-27 14:16:17 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-07-27 14:16:17 +1200 |
commit | 8df5d237856d365a7a49835274e58e8c8bb281b1 (patch) | |
tree | 2973898cdff4fd9d4e4e5acf69b97221c879bfb9 /Makefile | |
parent | 92d9e59d6b3dc5375c100c72ba8907502aea8331 (diff) | |
download | sand-leek-8df5d237856d365a7a49835274e58e8c8bb281b1.tar.xz |
Add more tests, pull simple test runner from other project
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |