diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
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})))) |