From 8df5d237856d365a7a49835274e58e8c8bb281b1 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 27 Jul 2017 14:16:17 +1200 Subject: Add more tests, pull simple test runner from other project --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.1