From 08cdb644686629dcf968c6cc00e054ed5f5aae6a Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Thu, 7 Feb 2019 16:25:24 +0100 Subject: lib/tests: Drop automake support Really not needed if we check this with meson. Acked-by: Petri Latvala Signed-off-by: Daniel Vetter --- lib/tests/Makefile.am | 24 ------------------------ lib/tests/Makefile.sources | 36 ------------------------------------ 2 files changed, 60 deletions(-) delete mode 100644 lib/tests/Makefile.am delete mode 100644 lib/tests/Makefile.sources (limited to 'lib/tests') diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am deleted file mode 100644 index 789fc551..00000000 --- a/lib/tests/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -include Makefile.sources - -check_PROGRAMS = $(check_prog_list) -check_SCRIPTS = $(check_script_list) - -AM_TESTS_ENVIRONMENT = \ - top_builddir=$(top_builddir) \ - top_srcdir=$(top_srcdir) - -AM_CPPFLAGS = \ - -I$(top_srcdir)/include/drm-uapi \ - -I$(srcdir)/../.. \ - -I$(srcdir)/.. \ - -I$(top_srcdir)/lib/stubs/syscalls \ - -include "$(srcdir)/../../lib/check-ndebug.h" \ - -DIGT_DATADIR=\""$(abs_srcdir)"\" \ - -D_GNU_SOURCE - -AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS) $(DEBUG_CFLAGS) - -LDADD = ../libintel_tools.la $(PCIACCESS_LIBS) $(DRM_LIBS) $(LIBUNWIND_LIBS) $(TIMER_LIBS) - -LDADD += $(CAIRO_LIBS) $(LIBUDEV_LIBS) $(GLIB_LIBS) -lm -AM_CFLAGS += $(CAIRO_CFLAGS) $(LIBUDEV_CFLAGS) $(GLIB_CFLAGS) diff --git a/lib/tests/Makefile.sources b/lib/tests/Makefile.sources deleted file mode 100644 index 8d1a8dea..00000000 --- a/lib/tests/Makefile.sources +++ /dev/null @@ -1,36 +0,0 @@ -check_prog_list = \ - igt_no_exit \ - igt_no_exit_list_only \ - igt_fork_helper \ - igt_list_only \ - igt_no_subtest \ - igt_simulation \ - igt_simple_test_subtests \ - igt_stats \ - igt_timeout \ - igt_invalid_subtest_name \ - igt_segfault \ - igt_subtest_group \ - igt_assert \ - igt_exit_handler \ - igt_hdmi_inject \ - igt_can_fail \ - igt_can_fail_simple \ - $(NULL) - -TESTS = \ - $(check_prog_list) \ - $(check_script_list) \ - $(NULL) - -# Test that exercise specific asserts in the test framework library and are -# hence expected to fail. -DISABLE_HARD_ERRORS=1 -XFAIL_TESTS = \ - igt_no_exit \ - igt_no_exit_list_only \ - igt_no_subtest \ - igt_simple_test_subtests \ - igt_timeout \ - igt_invalid_subtest_name \ - $(NULL) -- cgit v1.2.3