From 7f608415063f04a1035bfe7d0f8ddfb9f0215e5c Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Sun, 15 Sep 2013 19:56:25 -0700 Subject: tests: take regression tests out of autotools make run-tests.sh "location independent" and replace 'make install' with cpio in glusterfs.spec.in Change-Id: I140473c7f558e1e0af93a863b79098ced516a76b BUG: 764966 Signed-off-by: Anand Avati Reviewed-on: http://review.gluster.org/5986 Reviewed-by: Harshavardhana Tested-by: Gluster Build System --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2210492db..598ebb410 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,10 @@ -include $(top_srcdir)/tests.mk - EXTRA_DIST = autogen.sh \ COPYING-GPLV2 COPYING-LGPLV3 \ INSTALL README AUTHORS THANKS NEWS \ glusterfs.spec glusterfs-api.pc.in libgfchangelog.pc.in \ error-codes.json gf-error-codes.h.template \ - gen-headers.py + gen-headers.py run-tests.sh \ + $(shell find $(top_srcdir)/tests -type f -print) SUBDIRS = argp-standalone libglusterfs rpc api xlators glusterfsd \ $(FUSERMOUNT_SUBDIR) doc extras cli @SYNCDAEMON_SUBDIR@ -- cgit