This commit is contained in:
parent
94db4f2780
commit
0819baf6d3
8 changed files with 170 additions and 117 deletions
|
|
@ -30,10 +30,11 @@ namespace Crafter {
|
|||
std::string message;
|
||||
};
|
||||
|
||||
export class Project;
|
||||
export class Test {
|
||||
public:
|
||||
Configuration config;
|
||||
Test(Configuration&& name);
|
||||
Test(const nlohmann::json& configs, const nlohmann::json& config, const fs::path& workingDir);
|
||||
Test(const nlohmann::json& configs, const nlohmann::json& config, const fs::path& workingDir, const Project& project);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue