diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-03-02 18:09:07 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-03-03 10:23:03 +0100 |
commit | 7ff771321861559905f1681eae8c48b5ef48705f (patch) | |
tree | 526e58297fe4b453b8cbcec7277dab2f54367978 /test/end-to-end/TARGETS | |
parent | 753cb233e9768239901117f2e78cd19bcc1b1161 (diff) | |
download | justbuild-7ff771321861559905f1681eae8c48b5ef48705f.tar.gz |
Add end-to-end test using built shell scripts to generate files
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 15e20a47..03b76c0e 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -5,6 +5,7 @@ , "tainted": ["test"] , "dirs": [ [["./", "actions", "TESTS"], "actions"] + , [["./", "generated-binary", "TESTS"], "generated-binary"] , [["./", "targets", "TESTS"], "targets"] ] } |