From 10217a10a39f8a11aa97a47cc735943442a5aeeb Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 14 Mar 2022 11:29:28 +0100 Subject: ExecutionAPI: Add common tests for local and remote api --- test/buildtool/execution_api/common/TARGETS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/buildtool/execution_api/common/TARGETS (limited to 'test/buildtool/execution_api/common/TARGETS') 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"] + } +} -- cgit v1.2.3