Revision 543937ce

b/Makefile.am
1007 1007
# for the test/hs/htest binary, we need to enable profiling/coverage
1008 1008
test/hs/htest: HCOVERAGE = true
1009 1009
test/hs/htest: HFLAGS += -itest/hs
1010
test/hs/htest: | $(BUILT_PYTHON_SOURCES)
1010 1011

  
1011 1012
# we compile the hpc-htools binary with the program coverage
1012 1013
test/hs/hpc-htools: HCOVERAGE = true
......
2059 2060
	test -z "$$error"
2060 2061

  
2061 2062
.PHONY: hs-test-%
2062
hs-test-%: test/hs/htest | $(BUILT_PYTHON_SOURCES)
2063
hs-test-%: test/hs/htest
2063 2064
	@rm -f htest.tix
2064 2065
	test/hs/htest -t $*
2065 2066

  
2066 2067
.PHONY: hs-tests
2067
hs-tests: test/hs/htest | $(BUILT_PYTHON_SOURCES)
2068
hs-tests: test/hs/htest
2068 2069
	@rm -f htest.tix
2069 2070
	./test/hs/htest
2070 2071

  

Also available in: Unified diff