From 9a207552ae215473f5af7d6336937dcd4bc843ce Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 20 Aug 2024 14:51:37 +0200 Subject: tests: use newly defined test suite ... so that linting information gets propagated properly. --- test/buildtool/execution_engine/TARGETS | 12 ++++++------ test/buildtool/execution_engine/dag/TARGETS | 3 ++- test/buildtool/execution_engine/executor/TARGETS | 4 ++-- test/buildtool/execution_engine/traverser/TARGETS | 6 +++++- 4 files changed, 15 insertions(+), 10 deletions(-) (limited to 'test/buildtool/execution_engine') diff --git a/test/buildtool/execution_engine/TARGETS b/test/buildtool/execution_engine/TARGETS index 5b8b499d..4cb22944 100644 --- a/test/buildtool/execution_engine/TARGETS +++ b/test/buildtool/execution_engine/TARGETS @@ -1,10 +1,10 @@ { "TESTS": - { "type": "install" - , "tainted": ["test"] - , "dirs": - [ [["./", "dag", "TESTS"], "dag"] - , [["./", "executor", "TESTS"], "executor"] - , [["./", "traverser", "TESTS"], "traverser"] + { "type": ["@", "rules", "test", "suite"] + , "stage": ["execution_engine"] + , "deps": + [ ["./", "dag", "TESTS"] + , ["./", "executor", "TESTS"] + , ["./", "traverser", "TESTS"] ] } } diff --git a/test/buildtool/execution_engine/dag/TARGETS b/test/buildtool/execution_engine/dag/TARGETS index 7b30cab4..1baf9f0e 100644 --- a/test/buildtool/execution_engine/dag/TARGETS +++ b/test/buildtool/execution_engine/dag/TARGETS @@ -14,5 +14,6 @@ ] , "stage": ["test", "buildtool", "execution_engine", "dag"] } -, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["dag"]} +, "TESTS": + {"type": ["@", "rules", "test", "suite"], "stage": ["dag"], "deps": ["dag"]} } diff --git a/test/buildtool/execution_engine/executor/TARGETS b/test/buildtool/execution_engine/executor/TARGETS index 39a2c3de..bbdccc7c 100644 --- a/test/buildtool/execution_engine/executor/TARGETS +++ b/test/buildtool/execution_engine/executor/TARGETS @@ -108,8 +108,8 @@ , "stage": ["test", "buildtool", "execution_engine", "executor"] } , "TESTS": - { "type": "install" - , "tainted": ["test"] + { "type": ["@", "rules", "test", "suite"] + , "stage": ["executor"] , "deps": ["executor", "local", "remote_bazel"] } } diff --git a/test/buildtool/execution_engine/traverser/TARGETS b/test/buildtool/execution_engine/traverser/TARGETS index 02294710..821c4bc8 100644 --- a/test/buildtool/execution_engine/traverser/TARGETS +++ b/test/buildtool/execution_engine/traverser/TARGETS @@ -13,5 +13,9 @@ ] , "stage": ["test", "buildtool", "execution_engine", "traverser"] } -, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["traverser"]} +, "TESTS": + { "type": ["@", "rules", "test", "suite"] + , "stage": ["traverser"] + , "deps": ["traverser"] + } } -- cgit v1.2.3