summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2012-12-04 10:37:55 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-12-04 10:37:55 +0100
commit175fc656ebc17e5cb01d87215268af7628d700ae (patch)
tree8b6516a01d4de36f4029579aea1b4049237e7184 /tests/Makefile.am
parentdf545c19689463a0f6f70fa4cc3f3dd3a1eabcdb (diff)
tests/Makefile.am: Add a comment about the subtest infrastructure
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1c4412c6..f725fc94 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -107,6 +107,9 @@ TESTS_scripts = \
ZZ_hangman \
$(NULL)
+# This target contains testcases which support automagic subtest enumeration
+# from the piglit testrunner with --list-subtests and running individual
+# subtests with --run-subtest <testname>
multi_kernel_tests = \
$(TESTS_progs_M) \
$(TESTS_scripts_M) \