1TOP=../../../../../testsuite
2include $(TOP)/mk/boilerplate.mk
3include $(TOP)/mk/test.mk
4
5build-tix:
6	rm -Rf .hpc *.o Main
7	'$(TEST_HC)' -fhpc -i.. --make Main.hs
8	./Main
9	mv Main.tix hpc_sample.tix
10
11