X-Git-Url: http://git.megacz.com/?p=coq-hetmet.git;a=blobdiff_plain;f=examples%2FMakefile;h=b9fa6a78cdcfe9f0d14c0a6171b1ffc28def6d94;hp=c89fb101d29de693eb0d3996cc8ccb5dd8ed3cb9;hb=8064e50e47f40228631f8a96ba28cbfb570c76ff;hpb=6ae1b9b08da7c1d1f0de42afa1ccbf42acda3e62 diff --git a/examples/Makefile b/examples/Makefile index c89fb10..b9fa6a7 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -4,11 +4,23 @@ open: make demo open .build/test.pdf -all: +#sanity += BiGArrow.hs +#sanity += CircuitExample.hs +sanity += CommandSyntaxExample.hs +sanity += DotProduct.hs +sanity += GArrowTutorial.hs +sanity += GArrowVerilog.hs +sanity += ImmutableHeap.hs +sanity += IsomorphismForCodeTypes.hs +sanity += LambdaCalculusInterpreter.hs +sanity += TypeSafeRun.hs +sanity += Unflattening.hs + +sanity: ../../../inplace/bin/ghc-stage2 -dcore-lint -fforce-recomp -fcoqpass -ddump-coqpass -ddump-to-file \ - `ls *.hs | grep -v Regex | grep -v Unify.hs | grep -v GArrowTikZ.hs ` +RTS -K500M - ../../../inplace/bin/ghc-stage2 -dcore-lint -fforce-recomp \ - RegexMatcher.hs Unify.hs GArrowTikZ.hs + $(sanity) \ + +RTS -K500M + demo: mkdir -p .build