summaryrefslogtreecommitdiff
path: root/test/end-to-end/TARGETS
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-01-10 13:57:17 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-01-10 15:54:32 +0100
commit1b375ec66cfc02aa1abaf9151411aa13de6b0700 (patch)
tree1990c40846b5a72fe0605f1128641c4f56b3d5d6 /test/end-to-end/TARGETS
parenta50cf5be7ac73bf97afde3c725a2ce5137962572 (diff)
downloadjustbuild-1b375ec66cfc02aa1abaf9151411aa13de6b0700.tar.gz
Add basic test for git-import
Diffstat (limited to 'test/end-to-end/TARGETS')
-rw-r--r--test/end-to-end/TARGETS5
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"]
]
}
}