From 8aea452283f58c252f992c83dafa614d645466b2 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 24 Mar 2022 18:12:25 +0100 Subject: ExecutionApi: Add test for retrieving mixed blobs and trees --- test/buildtool/execution_api/local/local_api.test.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (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 22563084..452356f8 100644 --- a/test/buildtool/execution_api/local/local_api.test.cpp +++ b/test/buildtool/execution_api/local/local_api.test.cpp @@ -40,7 +40,14 @@ TEST_CASE_METHOD(HermeticLocalTestFixture, "LocalAPI: Retrieve two identical trees to path", "[execution_api]") { TestRetrieveTwoIdenticalTreesToPath( - kApiFactory, {}, "local", /*is_hermetic=*/true); + kApiFactory, {}, "two_trees", /*is_hermetic=*/true); +} + +TEST_CASE_METHOD(HermeticLocalTestFixture, + "LocalAPI: Retrieve mixed blobs and trees", + "[execution_api]") { + TestRetrieveMixedBlobsAndTrees( + kApiFactory, {}, "blobs_and_trees", /*is_hermetic=*/true); } TEST_CASE_METHOD(HermeticLocalTestFixture, -- cgit v1.2.3