Revision 784e77f0 Makefile.am

b/Makefile.am
1551 1551
	done; \
1552 1552
	test -z "$$error"
1553 1553

  
1554
.PHONY: hs-check
1555
hs-check: test/hs/htest test/hs/hpc-htools test/hs/hpc-mon-collector $(HS_BUILT_TEST_HELPERS) \
1556
	| $(BUILT_PYTHON_SOURCES)
1557
	@rm -f *.tix
1554
.PHONY: hs-tests
1555
hs-tests: test/hs/htest | $(BUILT_PYTHON_SOURCES)
1556
	@rm -f htest.tix
1558 1557
	./test/hs/htest
1558

  
1559
.PHONY: hs-shell
1560
hs-shell: test/hs/hpc-htools test/hs/hpc-mon-collector $(HS_BUILT_TEST_HELPERS)
1561
	@rm -f hpc-htools.tix hpc-mon-collector.tix
1559 1562
	HBINARY="./test/hs/hpc-htools" ./test/hs/offline-test.sh
1560 1563

  
1564
.PHONY: hs-check
1565
hs-check: hs-tests hs-shell
1566

  
1561 1567
# E111: indentation is not a multiple of four
1562 1568
# E121: continuation line indentation is not a multiple of four
1563 1569
#       (since our indent level is not 4)

Also available in: Unified diff