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 14:48:51 +0100 |
commit | ceefa8481e11b83d42a0f7e3410fc81ed2b1078f (patch) | |
tree | 093a50b192dfa3c616b8a8b09cadd9d95358571a /test/buildtool/execution_api/local/local_api.test.cpp | |
parent | a1b4820fdc1fff16be87bcb7ca5e54456011d204 (diff) | |
download | justbuild-ceefa8481e11b83d42a0f7e3410fc81ed2b1078f.tar.gz |
ExecutionAPI: Add test for retrieving trees to path
Diffstat (limited to 'test/buildtool/execution_api/local/local_api.test.cpp')
-rw-r--r-- | test/buildtool/execution_api/local/local_api.test.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/buildtool/execution_api/local/local_api.test.cpp b/test/buildtool/execution_api/local/local_api.test.cpp index e347c445..e01ae7de 100644 --- a/test/buildtool/execution_api/local/local_api.test.cpp +++ b/test/buildtool/execution_api/local/local_api.test.cpp @@ -35,3 +35,10 @@ TEST_CASE_METHOD(HermeticLocalTestFixture, "[execution_api]") { TestNonZeroExitCodeCreateOutput(api_factory, {}); } + +TEST_CASE_METHOD(HermeticLocalTestFixture, + "LocalAPI: Retrieve two identical trees to path", + "[execution_api]") { + TestRetrieveTwoIdenticalTreesToPath( + api_factory, {}, "local", /*is_hermetic=*/true); +} |