diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-12-19 13:28:48 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-12-20 11:36:18 +0100 |
commit | b7d4d2a225c667cb8e9eb741f32e79d90ba838c6 (patch) | |
tree | 2544cab308020dfcce15de41aa795deabc446388 /test/end-to-end/TARGETS | |
parent | 8ef99074b990410a4748e4ec76ff7cc4baf9867d (diff) | |
download | justbuild-b7d4d2a225c667cb8e9eb741f32e79d90ba838c6.tar.gz |
JustMr: test tree structure roots
Diffstat (limited to 'test/end-to-end/TARGETS')
-rw-r--r-- | test/end-to-end/TARGETS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/end-to-end/TARGETS b/test/end-to-end/TARGETS index cf32c41c..b4f878b7 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -32,7 +32,10 @@ , "cond": {"type": "var", "name": "TEST_BOOTSTRAP_JUST_MR"} , "then": [] , "else": - [["./", "serve-service", "TESTS"], ["./", "computed-roots", "TESTS"]] + [ ["./", "serve-service", "TESTS"] + , ["./", "computed-roots", "TESTS"] + , ["./", "tree-structure", "TESTS"] + ] } ] } @@ -74,7 +77,6 @@ , ["./", "symlinks", "TESTS"] , ["./", "target-cache", "TESTS"] , ["./", "target-tests", "TESTS"] - , ["./", "tree-structure", "TESTS"] , ["./", "user-errors", "TESTS"] ] } |