summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources22
1 files changed, 20 insertions, 2 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 41eca0d7..abcf3255 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -20,8 +20,6 @@ TESTS_progs_M = \
gem_busy \
gem_caching \
gem_close_race \
- gem_concurrent_blit \
- gem_concurrent_all \
gem_create \
gem_cs_tlb \
gem_ctx_bad_exec \
@@ -117,6 +115,11 @@ TESTS_progs_M = \
template \
$(NULL)
+TESTS_progs_XM = \
+ gem_concurrent_blit \
+ gem_concurrent_all \
+ $(NULL)
+
TESTS_progs = \
core_auth \
core_getclient \
@@ -219,6 +222,15 @@ multi_kernel_tests = \
$(TESTS_scripts_M) \
$(NULL)
+
+# This target contains testcases with lots of subtests.
+# It was split from multi_kernel_tests because of the overhead of listing all
+# the subtests in piglit
+extra_multi_kernel_tests = \
+ $(TESTS_progs_XM) \
+ $(NULL)
+
+
# This target is for simple testcase which don't expose any subtest.
#
# Your testcase should probably use igt_simple_main, but none of the other magic
@@ -233,6 +245,12 @@ kernel_tests = \
$(multi_kernel_tests) \
$(NULL)
+kernel_tests_full = \
+ $(single_kernel_tests) \
+ $(multi_kernel_tests) \
+ $(extra_multi_kernel_tests) \
+ $(NULL)
+
# Test that exercise specific asserts in the test framework library and are
# hence expected to fail.
XFAIL_TESTS = \