diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-06-05 11:16:34 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-06-05 12:41:38 +0200 |
commit | e4214ea95874bdd5bc059d0892f90c09df7b664d (patch) | |
tree | 293631c1ce139d95c9ad2d765e40a079041fae6f /test/end-to-end/cli/TARGETS | |
parent | 06bb4f11a21aae5713d75b496145f6621302ae3a (diff) | |
download | justbuild-e4214ea95874bdd5bc059d0892f90c09df7b664d.tar.gz |
Add a test verifying that no working directory is needed
Diffstat (limited to 'test/end-to-end/cli/TARGETS')
-rw-r--r-- | test/end-to-end/cli/TARGETS | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/end-to-end/cli/TARGETS b/test/end-to-end/cli/TARGETS index b45a0f10..9439767b 100644 --- a/test/end-to-end/cli/TARGETS +++ b/test/end-to-end/cli/TARGETS @@ -4,5 +4,12 @@ , "test": ["defaults.sh"] , "deps": [["end-to-end", "tool-under-test"]] } -, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["defaults"]} +, "pwd": + { "type": ["@", "rules", "shell/test", "script"] + , "name": ["pwd"] + , "test": ["pwd.sh"] + , "deps": [["end-to-end", "tool-under-test"]] + } +, "TESTS": + {"type": "install", "tainted": ["test"], "deps": ["defaults", "pwd"]} } |