]> gitweb.michael.orlitzky.com - hath.git/commitdiff
Added a "test" makefile target.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 9 May 2010 19:52:54 +0000 (15:52 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 9 May 2010 19:52:54 +0000 (15:52 -0400)
makefile

index 46c4826c8ef6e1e513aeb2330b7ee0642153c02d..b2265f8b28c3351ab088bceea2b6c3a1204c251c 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,5 +1,7 @@
 BIN=hath
 
+.PHONY : test
+
 all: $(BIN)
 
 $(BIN): src/*.hs
@@ -13,3 +15,6 @@ clean:
        rm -f src/*.hi
        rm -f src/*.o
        rm -f *.prof
+
+test:
+       runghc -i"src" test/TestSuite.hs