You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update to latest main of amp-cucumber-cpp-runner (#478)
Additional changes:
ci: add windows build from amp-devcontainer-cpp
ci: use ccache instead of sccache
ci: limit trigger scope for social interaction to only opened types
Copy file name to clipboardExpand all lines: integration_test/runner/Main.cpp
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
-
#include"cucumber-cpp/Application.hpp"
1
+
2
+
#include"cucumber_cpp/library/Application.hpp"
2
3
3
4
intmain(int argc, char** argv)
4
5
{
5
-
cucumber_cpp::Application application{};
6
+
cucumber_cpp::library::Application application{};
6
7
7
8
application.CliParser().add_option("--target", *application.ProgramContext().EmplaceAt<std::string>("target"), "COM port or hostname (ws://<host>/path or tcp://<host>) of the amp-hal-st integration test board")->required();
0 commit comments