From e72686b83b0bb51a0266d61c3024a5f5a6e17af7 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Fri, 13 Mar 2015 14:15:46 +0000 Subject: tests: create a single combined test list All tests now respond in a consistent way such that separate lists for tests with and without subtests are no longer necessary. v2: fix other references to the test list Signed-off-by: Thomas Wood --- docs/reference/intel-gpu-tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/reference/intel-gpu-tools/Makefile.am b/docs/reference/intel-gpu-tools/Makefile.am index fa19701d..0033295e 100644 --- a/docs/reference/intel-gpu-tools/Makefile.am +++ b/docs/reference/intel-gpu-tools/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -TESTLISTS = $(top_builddir)/tests/single-tests.txt $(top_builddir)/tests/multi-tests.txt +TESTLISTS = $(top_builddir)/tests/test-list.txt KEYWORDS = (invalid|hang|swap|thrash|crc|tiled|tiling|rte|ctx|render|blt|bsd|vebox|exec|rpm) xml/igt_test_programs_%_programs.xml: $(TESTLISTS) -- cgit v1.2.3