diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2024-01-19 15:39:17 +0100 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2024-01-19 18:06:05 +0100 |
commit | 682f5d7ab958b2d635c21f0b083641ba1b03fe39 (patch) | |
tree | e2e3dfd2dc54f03fb95cdd4e736ebd3b80c86056 /test/buildtool/execution_api/execution_service/TARGETS | |
parent | 399f75c8b63c3214938e03d5d9b532a5dd7a4000 (diff) | |
download | justbuild-682f5d7ab958b2d635c21f0b083641ba1b03fe39.tar.gz |
Add test case to check tree invariant in just execute
Diffstat (limited to 'test/buildtool/execution_api/execution_service/TARGETS')
-rw-r--r-- | test/buildtool/execution_api/execution_service/TARGETS | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/buildtool/execution_api/execution_service/TARGETS b/test/buildtool/execution_api/execution_service/TARGETS new file mode 100644 index 00000000..5fc60fa5 --- /dev/null +++ b/test/buildtool/execution_api/execution_service/TARGETS @@ -0,0 +1,22 @@ +{ "cas_server": + { "type": ["@", "rules", "CC/test", "test"] + , "name": ["cas_server"] + , "srcs": ["cas_server.test.cpp"] + , "private-deps": + [ ["", "catch-main"] + , ["@", "catch2", "", "catch2"] + , ["utils", "local_hermeticity"] + , [ "@" + , "src" + , "src/buildtool/execution_api/execution_service" + , "cas_server" + ] + , ["@", "src", "src/buildtool/file_system", "git_repo"] + , ["@", "src", "src/buildtool/file_system", "object_type"] + , ["@", "src", "src/buildtool/common", "common"] + , ["@", "gsl", "", "gsl"] + ] + , "stage": ["test", "buildtool", "execution_api", "execution_service"] + } +, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["cas_server"]} +} |