diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-02-25 10:33:35 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-02-25 11:40:01 +0100 |
commit | 7e2d1c15bbe07b25329497c9ead39f2348320e14 (patch) | |
tree | 529c3684fce82a3cd0e217f8dc40a1329dc8ede1 /test/end-to-end/TARGETS | |
parent | 17dd9ee7ca5879890414be2d57bdc480b640d99e (diff) | |
download | justbuild-7e2d1c15bbe07b25329497c9ead39f2348320e14.tar.gz |
Add end-to-end test about target naming
... in particular verifying that relative references cannot go
outside a repository and explict file ferences cannot go upwards.
Diffstat (limited to 'test/end-to-end/TARGETS')
-rw-r--r-- | test/end-to-end/TARGETS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/end-to-end/TARGETS b/test/end-to-end/TARGETS index b7e03a0d..15e20a47 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -3,6 +3,9 @@ , "TESTS": { "type": "install" , "tainted": ["test"] - , "dirs": [[["./", "actions", "TESTS"], "actions"]] + , "dirs": + [ [["./", "actions", "TESTS"], "actions"] + , [["./", "targets", "TESTS"], "targets"] + ] } } |