From ef92589555e0b616bdb99df3e3b4d9ac5de627e6 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 24 Mar 2025 13:17:00 +0100 Subject: Action: support tree-overlay actions --- test/buildtool/execution_engine/executor/executor_api.test.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/buildtool/execution_engine/executor') diff --git a/test/buildtool/execution_engine/executor/executor_api.test.hpp b/test/buildtool/execution_engine/executor/executor_api.test.hpp index 8ec43fb0..2043da88 100644 --- a/test/buildtool/execution_engine/executor/executor_api.test.hpp +++ b/test/buildtool/execution_engine/executor/executor_api.test.hpp @@ -556,7 +556,10 @@ static inline void TestUploadAndDownloadTrees( SECTION("Dot-path non-tree as action input") { auto action_inputs = ActionDescription::inputs_t{{".", foo_desc}}; ActionDescription action_desc{ - {"foo"}, {}, Action{"action_id", {"echo"}, {}}, action_inputs}; + {"foo"}, + {}, + Action{"action_id", std::vector{"echo"}, {}}, + action_inputs}; REQUIRE(g.Add({action_desc})); auto const* action_node = g.ActionNodeWithId("action_id"); -- cgit v1.2.3