From 660c3ceaf227840c2a0b56b78f7097bc28f52b14 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 31 Aug 2023 09:00:00 +0200 Subject: add basic test for deduplication ... verifying that deduplication does not modify the analysis result. --- test/end-to-end/TARGETS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/end-to-end/TARGETS') 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"] -- cgit v1.2.3