diff options
Diffstat (limited to 'test/buildtool/execution_api/local/TARGETS')
-rw-r--r-- | test/buildtool/execution_api/local/TARGETS | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/test/buildtool/execution_api/local/TARGETS b/test/buildtool/execution_api/local/TARGETS new file mode 100644 index 00000000..1a86621f --- /dev/null +++ b/test/buildtool/execution_api/local/TARGETS @@ -0,0 +1,73 @@ +{ "local_cas": + { "type": ["@", "rules", "CC/test", "test"] + , "name": ["local_cas"] + , "srcs": ["local_cas.test.cpp"] + , "deps": + [ ["@", "catch2", "", "catch2"] + , ["test", "catch-main"] + , ["src/buildtool/crypto", "hash_generator"] + , ["src/buildtool/execution_api/local", "local"] + , ["src/buildtool/file_system", "file_system_manager"] + , ["test/utils", "local_hermeticity"] + ] + , "stage": ["test", "buildtool", "execution_api", "local"] + } +, "local_ac": + { "type": ["@", "rules", "CC/test", "test"] + , "name": ["local_ac"] + , "srcs": ["local_ac.test.cpp"] + , "deps": + [ ["@", "catch2", "", "catch2"] + , ["test", "catch-main"] + , ["src/buildtool/execution_api/local", "local"] + , ["src/buildtool/file_system", "file_system_manager"] + , ["test/utils", "local_hermeticity"] + ] + , "stage": ["test", "buildtool", "execution_api", "local"] + } +, "local_execution": + { "type": ["@", "rules", "CC/test", "test"] + , "name": ["local_execution"] + , "srcs": ["local_execution.test.cpp"] + , "deps": + [ ["@", "catch2", "", "catch2"] + , ["test", "catch-main"] + , ["src/buildtool/common", "artifact_factory"] + , ["src/buildtool/execution_api/local", "local"] + , ["test/utils", "local_hermeticity"] + ] + , "stage": ["test", "buildtool", "execution_api", "local"] + } +, "local_api": + { "type": ["@", "rules", "CC/test", "test"] + , "name": ["local_api"] + , "srcs": ["local_api.test.cpp"] + , "deps": + [ ["@", "catch2", "", "catch2"] + , ["test", "catch-main"] + , ["src/buildtool/common", "artifact_factory"] + , ["src/buildtool/execution_api/local", "local"] + , ["test/utils", "local_hermeticity"] + ] + , "stage": ["test", "buildtool", "execution_api", "local"] + } +, "local_storage": + { "type": ["@", "rules", "CC/test", "test"] + , "name": ["local_storage"] + , "srcs": ["local_storage.test.cpp"] + , "data": [["test/buildtool/execution_api", "test_data"]] + , "deps": + [ ["@", "catch2", "", "catch2"] + , ["test", "catch-main"] + , ["src/buildtool/execution_api/local", "local"] + , ["test/utils", "local_hermeticity"] + ] + , "stage": ["test", "buildtool", "execution_api", "local"] + } +, "TESTS": + { "type": "install" + , "tainted": ["test"] + , "deps": + ["local_ac", "local_api", "local_cas", "local_execution", "local_storage"] + } +}
\ No newline at end of file |