rename Machine.{Eval => Gen}
[haskell/symantic-parser.git] / Makefile
index 1c97c39c621045d0f259015b4b6f7d8b46a7a0dd..b9b55555500db07c37aafdb6531878984b48ecc2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,14 @@
 repl:
        cabal repl
+t/repl:
+       cabal repl --enable-tests symantic-parser-test
 
 t:
+       cabal test --test-show-details always --test-options "--color always --size-cutoff 100000"
+t/prof:
        cabal test --enable-profiling --enable-library-coverage --enable-coverage --test-show-details always
 t/accept:
-       cabal test --test-show-details always --test-options --accept
+       cabal test --test-show-details always --test-options "--accept --color always --size-cutoff 100000"
 
 doc:
        cabal haddock --haddock-css ocean --haddock-hyperlink-source