diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-01-17 16:03:55 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-01-20 15:47:43 +0100 |
commit | a16cb8f9af371f56fdb5e6b5efd7cbdf9b03b72e (patch) | |
tree | f5e852502ae4a64c14dc9014f6b5ce9b4c8e36bd /test/end-to-end/TARGETS | |
parent | 5129bc284cf2372bfbc87b00d3b9bd1117734c43 (diff) | |
download | justbuild-a16cb8f9af371f56fdb5e6b5efd7cbdf9b03b72e.tar.gz |
Add basic end-to-end test for just gc
Run build and garbage collection end to end and verify two basic
properties.
- A target used after the the last gc is still available after
another gc, and so are all its parts, even if the output is a
single tree.
- A target not used between to gc is purged from disk and disk
space is not used any more.
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 577195ff..cbe27b67 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -31,6 +31,7 @@ , [["./", "target-cache", "TESTS"], "target-cache"] , [["./", "just-mr", "TESTS"], "just-mr"] , [["./", "git-import", "TESTS"], "git-import"] + , [["./", "gc", "TESTS"], "gc"] ] } } |