diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-12-23 15:34:10 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-12-23 17:08:12 +0100 |
commit | bac42ee6f84248309e082845e7ea835527cda39b (patch) | |
tree | 1e921f27c72d51ccf25bc07ca25acdef1e7d9856 /test/end-to-end/TARGETS | |
parent | e30f490bef55f0897bdf5ebf757324b181b4de42 (diff) | |
download | justbuild-bac42ee6f84248309e082845e7ea835527cda39b.tar.gz |
Test that just-mr does not rely on CAS
... and, instead, stores all needed information in git and
CAS-independent index files.
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 5eb95271..27a8c755 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -17,6 +17,7 @@ , [["./", "build-fails", "TESTS"], "build-fails"] , [["./", "remote-execution", "TESTS"], "remote-execution"] , [["./", "target-cache", "TESTS"], "target-cache"] + , [["./", "just-mr", "TESTS"], "just-mr"] ] } } |