aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-09-21 11:00:52 -0400
committerRob Austein <sra@hactrn.net>2015-09-21 11:00:52 -0400
commit35295b4171bbbfa32233a3d4b23ef8378a8b1c49 (patch)
tree71f7d925d7416e1396fe9695f4d8f529ead4adce /GNUmakefile
parent48f0c98b02ef77fa63d31a58341b07d07b6c47f6 (diff)
First step towards unit tests.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 4f8193e..89f713c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -90,6 +90,9 @@ tags: TAGS
TAGS: *.[ch]
etags $^
+test:
+ sudo python unit_tests.py
+
# Kudge for testing, gussy this up if we decide to keep it
HSMBULLY := $(firstword $(wildcard $(addsuffix /hsmbully,$(subst :, ,.:${PATH}))))