diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-13 10:14:44 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-13 13:23:54 +0200 |
commit | 13a4031450c34a087b1998540077b595938d29f0 (patch) | |
tree | a62d99b949aa63ec11042b8030e760825c76f2a1 /test/TARGETS | |
parent | ce832dbb4d14e5d46691ed930cfef22dc5d85dd4 (diff) | |
download | justbuild-13a4031450c34a087b1998540077b595938d29f0.tar.gz |
Top-level test target: support test matrix
By supporting test matrix top-level of our test, which
affects both the ALL and the UNIT_TESTS target, it is
easy to run all tests for different tool chains, flags,
or CC_TEST_LAUNCHER values.
Diffstat (limited to 'test/TARGETS')
-rw-r--r-- | test/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TARGETS b/test/TARGETS index 55fd80fd..383c696d 100644 --- a/test/TARGETS +++ b/test/TARGETS @@ -129,7 +129,7 @@ ] } , "TESTS": - { "type": ["@", "rules", "test", "suite"] + { "type": ["@", "rules", "test", "matrix"] , "arguments_config": ["DROP_LARGE_TESTS", "DROP_END_TO_END_TESTS"] , "deps": { "type": "`" |