From 13a4031450c34a087b1998540077b595938d29f0 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 13 May 2025 10:14:44 +0200 Subject: 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. --- test/TARGETS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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": "`" -- cgit v1.2.3