MCPcopy Create free account
hub / github.com/build-cpp/cmkr / Test

Class Test

include/project_parser.hpp:127–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125};
126
127struct Test {
128 std::string name;
129 std::string condition;
130 std::vector<std::string> configurations;
131 std::string working_directory;
132 std::string command;
133 std::vector<std::string> arguments;
134};
135
136struct Install {
137 std::string condition;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected