summaryrefslogtreecommitdiff
path: root/test/end-to-end/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/end-to-end/TARGETS')
-rw-r--r--test/end-to-end/TARGETS6
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"]
]
}