diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-20 14:51:37 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-21 10:13:26 +0200 |
commit | 9a207552ae215473f5af7d6336937dcd4bc843ce (patch) | |
tree | 443b22cd7341ea6e0dbd94b665573154188927df /test/buildtool/TARGETS | |
parent | a6267537ff9e0a4d1966d285cdae302e38d888b8 (diff) | |
download | justbuild-9a207552ae215473f5af7d6336937dcd4bc843ce.tar.gz |
tests: use newly defined test suite
... so that linting information gets propagated properly.
Diffstat (limited to 'test/buildtool/TARGETS')
-rw-r--r-- | test/buildtool/TARGETS | 32 |
1 files changed, 16 insertions, 16 deletions
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"] ] } } |