diff options
author | Rob Austein <sra@hactrn.net> | 2015-09-21 11:00:52 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-09-21 11:00:52 -0400 |
commit | 35295b4171bbbfa32233a3d4b23ef8378a8b1c49 (patch) | |
tree | 71f7d925d7416e1396fe9695f4d8f529ead4adce /GNUmakefile | |
parent | 48f0c98b02ef77fa63d31a58341b07d07b6c47f6 (diff) |
First step towards unit tests.
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})))) |