diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2025-04-25 14:12:34 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2025-05-12 18:30:04 +0200 |
commit | ff05735fcbab55b9c3e548232ad0aa315883183f (patch) | |
tree | ab8aeff0fb1caa26f3be1448c723b66aa8dd4ed4 /test | |
parent | 668b32d82bb314a352e3c41f20e2ac06d3110b55 (diff) | |
download | justbuild-ff05735fcbab55b9c3e548232ad0aa315883183f.tar.gz |
Tests: Move symlink tests to remote suite
... to make sure it is run in native and compatible mode.
Diffstat (limited to 'test')
-rw-r--r-- | test/end-to-end/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/TARGETS b/test/end-to-end/TARGETS index 7907f5df..9247d145 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -35,6 +35,7 @@ [ ["./", "serve-service", "TESTS"] , ["./", "computed-roots", "TESTS"] , ["./", "tree-structure", "TESTS"] + , ["./", "symlinks", "TESTS"] ] } ] @@ -118,7 +119,6 @@ , ["./", "build-fails", "TESTS"] , ["./", "execution-service", "TESTS"] , ["./", "generated-binary", "TESTS"] - , ["./", "symlinks", "TESTS"] , ["./", "target-tests", "TESTS"] , ["./", "user-errors", "TESTS"] ] |