summaryrefslogtreecommitdiffstats
path: root/tests.mk
blob: 4760b76c8256f6caeda1628325f309d4cb670ff2 (plain)
1
2
3
4
5
6
7
8
ALL_TEST_FILES = $(shell find $(top_srcdir)/tests -type f -print)

regressiontestsdir = $(datarootdir)/glusterfs

nobase_dist_regressiontests_DATA = $(ALL_TEST_FILES) run-tests.sh

install-data-hook:
	chmod +x $(DESTDIR)$(datarootdir)/glusterfs/run-tests.sh