From 741bf7064c467df725c14cc0b3b8b50436f9ee09 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Thu, 18 Oct 2018 14:06:42 +0300 Subject: tests: Introduce i915 directory We can already move all the tests with distinct prefixes: gem_, gen3_ and i915_. pm_ and drv_ tests will follow in batches, so we can do the adjustments in the reporting/filtering layer of the CI system. v2: Fix test-list.txt generation with meson v3: Fix docs build (Petri) Cc: Chris Wilson Cc: Petri Latvala Cc: Martin Peres Signed-off-by: Arkadiusz Hiler Reviewed-by: Petri Latvala Tested-by: Petri Latvala Acked-by: Daniel Vetter Acked-by: Chris Wilson --- tests/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index ee5a7c5e..3d1ce0bc 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -46,11 +46,13 @@ noinst_PROGRAMS = \ $(NULL) pkglibexec_PROGRAMS = \ - gem_stress \ $(TESTS_progs) \ $(TESTS_progs_X) \ $(NULL) +pkglibexec_PROGRAMS += gem_stress +gem_stress_SOURCES = i915/gem_stress.c + # Piglit expects test-list*.txt to be in the same directory as the # tests. pkglibexec_DATA is an invalid combo to autotools, so work # around that by defining a new directory variable that is the same as -- cgit v1.2.3