diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2022-09-02 14:28:50 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2022-09-12 14:45:34 +0200 |
commit | b877561106e0913de7200836d3c5d167d06e3243 (patch) | |
tree | 39003d30fa4e43c75fd7c7e0e34c9ca8500d9519 /test/end-to-end/TARGETS | |
parent | 39f3122dd0977a5ea4e58a81ba4665353dda3499 (diff) | |
download | justbuild-b877561106e0913de7200836d3c5d167d06e3243.tar.gz |
Fixed tree handling in compatible mode and added regression test
Diffstat (limited to 'test/end-to-end/TARGETS')
-rw-r--r-- | test/end-to-end/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/end-to-end/TARGETS b/test/end-to-end/TARGETS index 9bf99a36..979323d3 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -12,6 +12,7 @@ , [["./", "built-in-rules", "TESTS"], "built-in-rules"] , [["./", "build-fails", "TESTS"], "build-fails"] , [["./", "remote-execution", "TESTS"], "remote-execution"] + , [["./", "target-cache", "TESTS"], "target-cache"] ] } } |