tests/Makefile.am: Add a comment about the subtest infrastructure

This commit is contained in:
Daniel Vetter 2012-12-04 10:37:55 +01:00
parent df545c1968
commit 175fc656eb

View File

@ -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) \