diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-01-10 13:57:17 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-01-10 15:54:32 +0100 |
commit | 1b375ec66cfc02aa1abaf9151411aa13de6b0700 (patch) | |
tree | 1990c40846b5a72fe0605f1128641c4f56b3d5d6 /test/end-to-end/TARGETS | |
parent | a50cf5be7ac73bf97afde3c725a2ce5137962572 (diff) | |
download | justbuild-1b375ec66cfc02aa1abaf9151411aa13de6b0700.tar.gz |
Add basic test for git-import
Diffstat (limited to 'test/end-to-end/TARGETS')
-rw-r--r-- | test/end-to-end/TARGETS | 5 |
1 files changed, 5 insertions, 0 deletions
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"] ] } } |