add farthest position heuristic for parsing error messages
[haskell/symantic-parser.git] / Makefile
index 4672113b0e648fc32ae90733d5a4aa08c6401f62..b9b55555500db07c37aafdb6531878984b48ecc2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +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 --color always --size-cutoff 100000"
 
 doc:
        cabal haddock --haddock-css ocean --haddock-hyperlink-source