diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2022-07-28 15:26:47 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2022-08-05 14:41:31 +0200 |
commit | 357bc8fc0aca5780eb4d346f54fabdee71f3a6f7 (patch) | |
tree | 1356320daabdf3965b824a2c026b266053be80e6 /test/end-to-end/TARGETS | |
parent | 3721a8e7145c9b82942db9b8392f2c002cd77fe4 (diff) | |
download | justbuild-357bc8fc0aca5780eb4d346f54fabdee71f3a6f7.tar.gz |
Added test for native remote execution protocol
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 a5586446..1a984106 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -10,6 +10,7 @@ , [["./", "user-errors", "TESTS"], "user-errors"] , [["./", "built-in-rules", "TESTS"], "built-in-rules"] , [["./", "build-fails", "TESTS"], "build-fails"] + , [["./", "remote-execution", "TESTS"], "remote-execution"] ] } } |