diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-03-14 11:29:28 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-03-14 11:29:28 +0100 |
commit | 10217a10a39f8a11aa97a47cc735943442a5aeeb (patch) | |
tree | acc1f89526112b8f253b8dd7b39ad221d8bc5d9f /test/buildtool/execution_api/common/TARGETS | |
parent | d6105778839cbdae5bfd234d54929b972328a6ee (diff) | |
download | justbuild-10217a10a39f8a11aa97a47cc735943442a5aeeb.tar.gz |
ExecutionAPI: Add common tests for local and remote api
Diffstat (limited to 'test/buildtool/execution_api/common/TARGETS')
-rw-r--r-- | test/buildtool/execution_api/common/TARGETS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/buildtool/execution_api/common/TARGETS b/test/buildtool/execution_api/common/TARGETS new file mode 100644 index 00000000..21095882 --- /dev/null +++ b/test/buildtool/execution_api/common/TARGETS @@ -0,0 +1,12 @@ +{ "api_test": + { "type": ["@", "rules", "CC", "library"] + , "name": ["api_test"] + , "hdrs": ["api_test.hpp"] + , "deps": + [ ["@", "catch2", "", "catch2"] + , ["src/buildtool/common", "artifact_factory"] + , ["src/buildtool/execution_api/common", "common"] + ] + , "stage": ["test", "buildtool", "execution_api", "common"] + } +} |