aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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