All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests: install test programs to libexec
@ 2015-03-25 10:43 Joonas Lahtinen
  2015-03-25 12:01 ` Thomas Wood
  0 siblings, 1 reply; 13+ messages in thread
From: Joonas Lahtinen @ 2015-03-25 10:43 UTC (permalink / raw)
  To: intel-gfx

Install the test programs by default so that they can be packaged.

Signed-off-by: Joonas Lahtinen <joonas.lahtinen@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



_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-04-02 16:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-25 10:43 [PATCH i-g-t] tests: install test programs to libexec Joonas Lahtinen
2015-03-25 12:01 ` Thomas Wood
2015-03-26 16:05   ` [PATCH i-g-t v2] " Joonas Lahtinen
2015-03-26 16:14     ` Chris Wilson
2015-03-27  6:33       ` Joonas Lahtinen
2015-03-26 17:29     ` Thomas Wood
2015-03-27  7:05       ` Joonas Lahtinen
2015-03-27  8:51       ` [PATCH i-g-t v3] " Joonas Lahtinen
2015-03-27  8:56         ` Joonas Lahtinen
2015-03-31  6:51           ` [PATCH i-g-t v4] " Joonas Lahtinen
2015-03-31 10:04             ` Thomas Wood
2015-03-31 12:53               ` [PATCH i-g-t v5] " Joonas Lahtinen
2015-04-02 16:43                 ` Thomas Wood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.