summaryrefslogtreecommitdiff
path: root/lib/tests/Makefile.sources
blob: 4cfc0a53aebbe30de462251c26b8f2293be576d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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 \
	$(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)