summaryrefslogtreecommitdiff
path: root/test/buildtool/TARGETS
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-20 14:51:37 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-21 10:13:26 +0200
commit9a207552ae215473f5af7d6336937dcd4bc843ce (patch)
tree443b22cd7341ea6e0dbd94b665573154188927df /test/buildtool/TARGETS
parenta6267537ff9e0a4d1966d285cdae302e38d888b8 (diff)
downloadjustbuild-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/TARGETS32
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"]
]
}
}