Revision 5f7d4181 Makefile.am

b/Makefile.am
20 20
# Use bash in order to be able to use pipefail
21 21
SHELL=/bin/bash
22 22

  
23
# Enable colors in shelltest
24
SHELLTESTARGS = "-c"
25

  
23 26
ACLOCAL_AMFLAGS = -I autotools
24 27
BUILD_BASH_COMPLETION = $(top_srcdir)/autotools/build-bash-completion
25 28
RUN_IN_TEMPDIR = $(top_srcdir)/autotools/run-in-tempdir
......
1827 1830
	done; \
1828 1831
	test -z "$$error"
1829 1832

  
1833
.PHONY: hs-test-%
1834
hs-test-%: test/hs/htest | $(BUILT_PYTHON_SOURCES)
1835
	@rm -f htest.tix
1836
	test/hs/htest -t $*
1837

  
1830 1838
.PHONY: hs-tests
1831 1839
hs-tests: test/hs/htest | $(BUILT_PYTHON_SOURCES)
1832 1840
	@rm -f htest.tix
1833 1841
	./test/hs/htest
1834 1842

  
1843
.PHONY: hs-shell-%
1844
hs-shell-%: test/hs/hpc-htools test/hs/hpc-mon-collector \
1845
            $(HS_BUILT_TEST_HELPERS)
1846
	@rm -f hpc-htools.tix hpc-mon-collector.tix
1847
	HBINARY="./test/hs/hpc-htools" \
1848
	SHELLTESTARGS=$(SHELLTESTARGS) \
1849
	./test/hs/offline-test.sh $*
1850

  
1835 1851
.PHONY: hs-shell
1836 1852
hs-shell: test/hs/hpc-htools test/hs/hpc-mon-collector $(HS_BUILT_TEST_HELPERS)
1837 1853
	@rm -f hpc-htools.tix hpc-mon-collector.tix
1838
	HBINARY="./test/hs/hpc-htools" ./test/hs/offline-test.sh
1854
	HBINARY="./test/hs/hpc-htools" \
1855
	SHELLTESTARGS=$(SHELLTESTARGS) \
1856
	./test/hs/offline-test.sh
1839 1857

  
1840 1858
.PHONY: hs-check
1841 1859
hs-check: hs-tests hs-shell

Also available in: Unified diff