X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Flwn-epub.git;a=blobdiff_plain;f=makefile;h=15a218731a0df652788f2621855f3f9532eb7ced;hp=1528ed3ad58404d9f2abf6c7fcff25012ff83db7;hb=14bff4a492037f8921a5993931d0fc4363207b20;hpb=6f0e6cbece7e1b1a3c6b43d19eb2f29088af981c diff --git a/makefile b/makefile index 1528ed3..15a2187 100644 --- a/makefile +++ b/makefile @@ -18,3 +18,6 @@ doc: src_html runghc Setup.hs haddock --internal \ --executables \ --hyperlink-source + +test: + runghc -i"src" test/TestSuite.hs