diff options
author | jmmv <jmmv@FreeBSD.org> | 2015-07-04 02:37:36 +0000 |
---|---|---|
committer | jmmv <jmmv@FreeBSD.org> | 2015-07-04 02:37:36 +0000 |
commit | 6e2b0363cac9630a9152f0517e46fce2ef3c6bfc (patch) | |
tree | 2147c49b85d0ce49955632a2428b711dc2715be5 /contrib/llvm/lib/Support/Unix | |
parent | 7eba87cee95ee2ca8075747c29ac79ba12e3da2f (diff) | |
download | FreeBSD-src-6e2b0363cac9630a9152f0517e46fce2ef3c6bfc.zip FreeBSD-src-6e2b0363cac9630a9152f0517e46fce2ef3c6bfc.tar.gz |
Add support for TEST_METADATA
Allow Makefiles to define generic metadata settings that apply to all test
programs defined by a Makefile. The generic TEST_METADATA variable extends
the per-test program settings already supported via TEST_METADATA.<program>.
This feature will be useful to easily apply some settings to all programs
in a directory. In particular, Kyua 0.12 will support parallel execution
of test programs and a bunch of them will need to be tagged as is_exclusive
to indicate that they cannot be run in parallel with anything else due to
their side-effects. It will be reasonable to set this setting on whole
directories.
MFC after: 1 week
Diffstat (limited to 'contrib/llvm/lib/Support/Unix')
0 files changed, 0 insertions, 0 deletions