diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-04-25 12:12:14 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-04-25 15:26:53 +0200 |
commit | 32322ff28c151d8ec5510b7019365d573e44bddf (patch) | |
tree | ba1d961cb7414bed54fc8a617f51fcd15d620fcd /test/end-to-end/TARGETS | |
parent | 32981ac5493a7d9925130609ad123ae2ac9984ab (diff) | |
download | justbuild-32322ff28c151d8ec5510b7019365d573e44bddf.tar.gz |
expression: add "msg" argument to "to_subdir"
... allowing to provide additional information in case of conflict
during flat staging.
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 03b76c0e..720834fd 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -7,6 +7,7 @@ [ [["./", "actions", "TESTS"], "actions"] , [["./", "generated-binary", "TESTS"], "generated-binary"] , [["./", "targets", "TESTS"], "targets"] + , [["./", "user-errors", "TESTS"], "user-errors"] ] } } |