From 35295b4171bbbfa32233a3d4b23ef8378a8b1c49 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 21 Sep 2015 11:00:52 -0400 Subject: First step towards unit tests. --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'GNUmakefile') 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})))) -- cgit v1.2.3