diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-31 09:00:00 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-01 10:38:50 +0200 |
commit | 660c3ceaf227840c2a0b56b78f7097bc28f52b14 (patch) | |
tree | e206e6069dc2a3a3f509f40a6fe7c514dd8181e8 /test/end-to-end/TARGETS | |
parent | e0b15dfe847e228ecb284dace559c711cd6666e9 (diff) | |
download | justbuild-660c3ceaf227840c2a0b56b78f7097bc28f52b14.tar.gz |
add basic test for deduplication
... verifying that deduplication does not modify the analysis
result.
Diffstat (limited to 'test/end-to-end/TARGETS')
-rw-r--r-- | test/end-to-end/TARGETS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/end-to-end/TARGETS b/test/end-to-end/TARGETS index be1f642f..1c9a5660 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -41,6 +41,13 @@ , "files": {"bin/git-import-under-test": ["@", "src", "", "bin/just-import-git.py"]} } +, "deduplicate-tool-under-test": + { "type": "install" + , "files": + { "bin/deduplicate-tool-under-test": + ["@", "src", "", "bin/just-deduplicate-repos.py"] + } + } , "TESTS": { "type": "install" , "tainted": ["test"] |