From 175fc656ebc17e5cb01d87215268af7628d700ae Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 4 Dec 2012 10:37:55 +0100 Subject: [PATCH] tests/Makefile.am: Add a comment about the subtest infrastructure --- tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 1c4412c..f725fc9 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 multi_kernel_tests = \ $(TESTS_progs_M) \ $(TESTS_scripts_M) \ -- 2.7.4