From ceefa8481e11b83d42a0f7e3410fc81ed2b1078f Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 14 Mar 2022 11:29:28 +0100 Subject: ExecutionAPI: Add test for retrieving trees to path --- test/buildtool/execution_api/local/local_api.test.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/buildtool/execution_api/local/local_api.test.cpp') 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); +} -- cgit v1.2.3