summaryrefslogtreecommitdiff
path: root/lib/tests/Makefile.sources
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2019-02-07 16:25:24 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2019-02-11 18:32:02 +0100
commit08cdb644686629dcf968c6cc00e054ed5f5aae6a (patch)
tree0c77d3574743d1952a735bec38805f5929478fb9 /lib/tests/Makefile.sources
parentf62577c85c9ef0539d468d6fad105b706a15139c (diff)
lib/tests: Drop automake support
Really not needed if we check this with meson. Acked-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'lib/tests/Makefile.sources')
-rw-r--r--lib/tests/Makefile.sources36
1 files changed, 0 insertions, 36 deletions
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)