X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Flwn-epub.git;a=blobdiff_plain;f=makefile;h=15a218731a0df652788f2621855f3f9532eb7ced;hp=1528ed3ad58404d9f2abf6c7fcff25012ff83db7;hb=c86ab5fe63502d5b18767b103281417db65bb303;hpb=44549423b80c9bf8edf5e942bc8ac457d9817195 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