Skip to content
Snippets Groups Projects
Commit 77f3886c authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Tweak some hpc tests

parent b54cbc48
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ include $(TOP)/mk/test.mk
build-tix-tar::
rm -Rf .hpc hpc001.o a.out
$(TOP)/../compiler/ghc-inplace -fhpc hpc001.hs
'$(TEST_HC)' -fhpc hpc001.hs
./a.out
mv a.out.tix hpc_sample.tix
tar cf tixs.tar hpc_sample.tix .hpc
......
......@@ -4,7 +4,7 @@ include $(TOP)/mk/test.mk
build-tix-tar::
rm -Rf .hpc *.o Main
$(TOP)/../compiler/ghc-inplace -fhpc --make Main.hs
'$(TEST_HC)' -fhpc --make Main.hs
./Main
mv Main.tix hpc_sample.tix
tar cf tixs.tar hpc_sample.tix .hpc
......
......@@ -8,7 +8,7 @@ include $(TOP)/mk/test.mk
build-tix-tar::
rm -Rf .hpc hpc001.o a.out
$(TOP)/../compiler/ghc-inplace -fhpc hpc001.hs
'$(TEST_HC)' -fhpc hpc001.hs
./a.out
mv a.out.tix hpc_sample.tix
tar cf tixs.tar hpc_sample.tix .hpc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment