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/TARGETS | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'test/buildtool/TARGETS') diff --git a/test/buildtool/TARGETS b/test/buildtool/TARGETS index 727c13da..84673a9d 100644 --- a/test/buildtool/TARGETS +++ b/test/buildtool/TARGETS @@ -1,20 +1,20 @@ { "TESTS": - { "type": "install" - , "tainted": ["test"] - , "dirs": - [ [["./", "build_engine", "TESTS"], "build_engine"] - , [["./", "common", "TESTS"], "common"] - , [["./", "crypto", "TESTS"], "crypto"] - , [["./", "execution_api", "TESTS"], "execution_api"] - , [["./", "execution_engine", "TESTS"], "execution_engine"] - , [["./", "file_system", "TESTS"], "file_system"] - , [["./", "graph_traverser", "TESTS"], "graph_traverser"] - , [["./", "logging", "TESTS"], "logging"] - , [["./", "main", "TESTS"], "main"] - , [["./", "multithreading", "TESTS"], "multithreading"] - , [["./", "serve_api", "TESTS"], "serve_api"] - , [["./", "storage", "TESTS"], "storage"] - , [["./", "system", "TESTS"], "system"] + { "type": ["@", "rules", "test", "suite"] + , "stage": ["buildtool"] + , "deps": + [ ["./", "build_engine", "TESTS"] + , ["./", "common", "TESTS"] + , ["./", "crypto", "TESTS"] + , ["./", "execution_api", "TESTS"] + , ["./", "execution_engine", "TESTS"] + , ["./", "file_system", "TESTS"] + , ["./", "graph_traverser", "TESTS"] + , ["./", "logging", "TESTS"] + , ["./", "main", "TESTS"] + , ["./", "multithreading", "TESTS"] + , ["./", "serve_api", "TESTS"] + , ["./", "storage", "TESTS"] + , ["./", "system", "TESTS"] ] } } -- cgit v1.2.3