From 5d94695e9ad42343e72918024c046f22fe4941a0 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Wed, 21 Aug 2013 00:50:41 -0700 Subject: tests: Create a regression-tests package for distribution As of today regression tests are an in-house breed, by making it a new package and distributing it ensures larger set of people use it and contribute to it. This can also be used by any consumer/user to build their own environment for glusterfs regression testing which is today limited only to 'upstream' 'glusterfs' releases and build.gluster.org Change-Id: I4f7e9fd1c49982dcf0d788ef6a83ffe895a956ac BUG: 764966 Signed-off-by: Harshavardhana Reviewed-on: http://review.gluster.org/5674 Reviewed-by: Niels de Vos Tested-by: Gluster Build System --- tests.mk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests.mk (limited to 'tests.mk') diff --git a/tests.mk b/tests.mk new file mode 100644 index 00000000000..4760b76c825 --- /dev/null +++ b/tests.mk @@ -0,0 +1,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 -- cgit