summaryrefslogtreecommitdiff
path: root/lib/tests/Makefile.sources
blob: d64c89cca8c2532d41190e2dd74ea1251348ab1f (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
check_PROGRAMS = \
	igt_no_exit \
	igt_no_exit_list_only \
	igt_fork_helper \
	igt_list_only \
	igt_no_subtest \
	igt_simulation \
	$(NULL)

check_SCRIPTS = \
	igt_command_line.sh \
	$(NULL)

TESTS = \
	$(check_PROGRAMS) \
	$(check_SCRIPTS) \
	$(NULL)

# Test that exercise specific asserts in the test framework library and are
# hence expected to fail.
XFAIL_TESTS = \
	igt_no_exit \
	igt_no_exit_list_only \
	igt_no_subtest \
	$(NULL)