[Intel-gfx] [PATCH i-g-t 3/4] intel-ci: Have the directory included in the distributed tarballs

Petri Latvala petri.latvala at intel.com
Fri Jun 9 11:39:30 UTC 2017


Signed-off-by: Petri Latvala <petri.latvala at intel.com>
---
 configure.ac               | 1 +
 tests/Makefile.am          | 2 ++
 tests/intel-ci/Makefile.am | 7 +++++++
 3 files changed, 10 insertions(+)
 create mode 100644 tests/intel-ci/Makefile.am

diff --git a/configure.ac b/configure.ac
index 5f80b08..fa0593b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -360,6 +360,7 @@ AC_CONFIG_FILES([
 		 man/Makefile
 		 scripts/Makefile
 		 tests/Makefile
+		 tests/intel-ci/Makefile
 		 tools/Makefile
 		 tools/null_state_gen/Makefile
 		 tools/registers/Makefile
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 873850d..b051364 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,7 @@
 include Makefile.sources
 
+SUBDIRS = intel-ci
+
 if HAVE_LIBDRM_AMDGPU
     TESTS_progs += $(AMDGPU_TESTS)
 endif
diff --git a/tests/intel-ci/Makefile.am b/tests/intel-ci/Makefile.am
new file mode 100644
index 0000000..9fb9744
--- /dev/null
+++ b/tests/intel-ci/Makefile.am
@@ -0,0 +1,7 @@
+EXTRA_DIST = \
+	extended.testlist \
+	fast-feedback.testlist \
+	generic.testlist \
+	meta.testlist \
+	README \
+	$(NULL)
-- 
2.9.3



More information about the Intel-gfx mailing list