aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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