machine: map exceptionStack by label
[haskell/symantic-parser.git] / Makefile
index b923fa03d67ebbe90d9718781005674413bc95a5..e4f099fb6a78759effd61d15d0fb0a7b43abbd41 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,12 @@ t:
 t/accept:
        cabal test --test-show-details always --test-options "--accept --color always --size-cutoff 100000"
 t/prof:
+       cabal test --enable-profiling -fprof-auto -fprof-auto-calls --test-show-details always --test-options "+RTS -p -L100 -hc"
+t/cover:
        cabal test --enable-profiling --enable-library-coverage --enable-coverage --test-show-details always
+t/prof-th:
+       cabal v2-build lib:symantic-parser --enable-debug --enable-profiling --write-ghc-environment-files=always
+       ghc -prof -fprof-auto -eventlog -debug -fexternal-interpreter -opti+RTS -opti-p -opti-L100 -opti-ls -opti-hy --make -XHaskell2010 -XNoImplicitPrelude -itest test/Main.hs -Wall -ddump-splices
 t/repl:
        cabal repl --enable-tests symantic-parser-test
 t/splices: t
@@ -35,6 +40,8 @@ upload: tar
        cabal upload $(CABAL_UPLOAD_FLAGS) dist-newstyle/sdist/$(package)-$(version).tar.gz
        cabal upload $(CABAL_UPLOAD_FLAGS) --documentation dist-newstyle/$(package)-$(version)-docs.tar.gz
 %/publish: CABAL_UPLOAD_FLAGS+=--publish
+%/publish: %
+       
 publish: upload/publish
 
 nix-build: