[Intel-gfx] [PATCH i-g-t] tests: install test programs to libexec
Joonas Lahtinen
joonas.lahtinen at linux.intel.com
Wed Mar 25 03:43:04 PDT 2015
Install the test programs by default so that they can be packaged.
Signed-off-by: Joonas Lahtinen <joonas.lahtinen at linux.intel.com>
---
tests/Makefile.sources | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index a165978..ac0ee99 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -1,12 +1,15 @@
noinst_PROGRAMS = \
gem_alive \
gem_stress \
- $(TESTS_progs) \
- $(TESTS_progs_M) \
$(HANG) \
$(TESTS_testsuite) \
$(NULL)
+libexec_PROGRAMS = \
+ $(TESTS_progs) \
+ $(TESTS_progs_M) \
+ $(NULL)
+
NOUVEAU_TESTS_M = \
prime_nv_api \
prime_nv_pcopy \
--
1.9.3
More information about the Intel-gfx
mailing list