diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-08-18 16:32:58 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-08-19 14:09:01 +0200 |
commit | 141035d936a0b361d2802499fd9b824e8c6a6a5e (patch) | |
tree | 0f5bc621a5fed369c9cbaaaccf03d4d83ad9e948 /test/end-to-end/TARGETS | |
parent | 37f0272bf0d6c75b62c7bb10f3d1b80e1d1c41fb (diff) | |
download | justbuild-141035d936a0b361d2802499fd9b824e8c6a6a5e.tar.gz |
main: honor configuration for target_file name
... also when determining default module or target.
Diffstat (limited to 'test/end-to-end/TARGETS')
-rw-r--r-- | test/end-to-end/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/end-to-end/TARGETS b/test/end-to-end/TARGETS index 1a984106..9bf99a36 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -5,6 +5,7 @@ , "tainted": ["test"] , "dirs": [ [["./", "actions", "TESTS"], "actions"] + , [["./", "cli", "TESTS"], "cli"] , [["./", "generated-binary", "TESTS"], "generated-binary"] , [["./", "targets", "TESTS"], "targets"] , [["./", "user-errors", "TESTS"], "user-errors"] |