diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-07-06 11:14:28 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-07-07 15:00:09 +0200 |
commit | 80c1d95114b46cc396a6b1c6a8bccaab8bf52a97 (patch) | |
tree | 4ec46665df9402736bdd80e00fe97e2d186d5206 /test/end-to-end/TARGETS | |
parent | fa4bb79fa3e972efc0e59abfda89b3e57b472dfa (diff) | |
download | justbuild-80c1d95114b46cc396a6b1c6a8bccaab8bf52a97.tar.gz |
Traverser: Bring task system down gracefully on error
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 4737c7aa..a5586446 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -9,6 +9,7 @@ , [["./", "targets", "TESTS"], "targets"] , [["./", "user-errors", "TESTS"], "user-errors"] , [["./", "built-in-rules", "TESTS"], "built-in-rules"] + , [["./", "build-fails", "TESTS"], "build-fails"] ] } } |