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/end-to-end/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/end-to-end/TARGETS')
-rw-r--r-- | test/end-to-end/TARGETS | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/test/end-to-end/TARGETS b/test/end-to-end/TARGETS index be347ae9..a1b50e46 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -11,31 +11,31 @@ } } , "TESTS": - { "type": "install" + { "type": ["@", "rules", "test", "suite"] , "arguments_config": ["TEST_BOOTSTRAP_JUST_MR"] - , "tainted": ["test"] - , "dirs": + , "stage": ["end-to-end"] + , "deps": { "type": "++" , "$1": - [ [ [["./", "actions", "TESTS"], "actions"] - , [["./", "cli", "TESTS"], "cli"] - , [["./", "generated-binary", "TESTS"], "generated-binary"] - , [["./", "target-tests", "TESTS"], "targets"] - , [["./", "user-errors", "TESTS"], "user-errors"] - , [["./", "built-in-rules", "TESTS"], "built-in-rules"] - , [["./", "build-fails", "TESTS"], "build-fails"] - , [["./", "remote-execution", "TESTS"], "remote-execution"] - , [["./", "target-cache", "TESTS"], "target-cache"] - , [["./", "just-mr", "TESTS"], "just-mr"] - , [["./", "git-import", "TESTS"], "git-import"] - , [["./", "gc", "TESTS"], "gc"] - , [["./", "execution-service", "TESTS"], "execution-service"] - , [["./", "symlinks", "TESTS"], "symlinks"] + [ [ ["./", "actions", "TESTS"] + , ["./", "cli", "TESTS"] + , ["./", "generated-binary", "TESTS"] + , ["./", "target-tests", "TESTS"] + , ["./", "user-errors", "TESTS"] + , ["./", "built-in-rules", "TESTS"] + , ["./", "build-fails", "TESTS"] + , ["./", "remote-execution", "TESTS"] + , ["./", "target-cache", "TESTS"] + , ["./", "just-mr", "TESTS"] + , ["./", "git-import", "TESTS"] + , ["./", "gc", "TESTS"] + , ["./", "execution-service", "TESTS"] + , ["./", "symlinks", "TESTS"] ] , { "type": "if" , "cond": {"type": "var", "name": "TEST_BOOTSTRAP_JUST_MR"} , "then": [] - , "else": [[["./", "serve-service", "TESTS"], "serve-service"]] + , "else": [["./", "serve-service", "TESTS"]] } ] } |