diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2023-02-01 09:17:07 +0100 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2023-02-02 17:57:19 +0100 |
commit | 3da8351199ef811e60edb2c958342492987561cd (patch) | |
tree | 94440cc1a88734e49393e0fb29e44be5485451c2 /test/end-to-end/TARGETS | |
parent | bd66d45945dc186a0d08db7d9845ef657d549577 (diff) | |
download | justbuild-3da8351199ef811e60edb2c958342492987561cd.tar.gz |
execution-service: add end-to-end test
Co-authored by: Klaus Aehlig <klaus.aehlig@huawei.com>
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 cbe27b67..74962cff 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -32,6 +32,7 @@ , [["./", "just-mr", "TESTS"], "just-mr"] , [["./", "git-import", "TESTS"], "git-import"] , [["./", "gc", "TESTS"], "gc"] + , [["./", "execution-service", "TESTS"], "execution-service"] ] } } |