From fd5aa6aac2dba154689c5350280d4cba9284eee5 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Fri, 8 Sep 2017 17:14:47 +0200 Subject: meson: align test-list.txt generation with automake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - I forgot the chamelium tests - Order tests the same way in both build systems. Since testdisplay is special, it's easier to put that at the end in meson, so adjusted automake to suit. With this you can diff the 2 test lists and end up with 0 differences, which will be useful to CI meson vs. automake. Signed-off-by: Daniel Vetter Signed-off-by: Ville Syrjälä --- tests/Makefile.sources | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/Makefile.sources') diff --git a/tests/Makefile.sources b/tests/Makefile.sources index cf542df1..0adc28a0 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -282,8 +282,6 @@ testdisplay_SOURCES = \ testdisplay_hotplug.c \ $(NULL) -TESTS_progs += testdisplay - check_SCRIPTS = igt_command_line.sh \ $(NULL) -- cgit v1.2.3