From 1b375ec66cfc02aa1abaf9151411aa13de6b0700 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 10 Jan 2023 13:57:17 +0100 Subject: Add basic test for git-import --- test/end-to-end/TARGETS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/end-to-end/TARGETS') diff --git a/test/end-to-end/TARGETS b/test/end-to-end/TARGETS index 040fee64..5b66f9d8 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -12,6 +12,10 @@ } } } +, "git-import-under-test": + { "type": "install" + , "files": {"bin/git-import-under-test": ["", "bin/just-import-git.py"]} + } , "TESTS": { "type": "install" , "tainted": ["test"] @@ -26,6 +30,7 @@ , [["./", "remote-execution", "TESTS"], "remote-execution"] , [["./", "target-cache", "TESTS"], "target-cache"] , [["./", "just-mr", "TESTS"], "just-mr"] + , [["./", "git-import", "TESTS"], "just-mr"] ] } } -- cgit v1.2.3