Sequoia
Loading...
Searching...
No Matches
Functions
ProjectCreator.cpp File Reference

Definitions for ProjectCreator.hpp. More...

#include "sequoia/TestFramework/ProjectCreator.hpp"
#include "sequoia/TestFramework/FileSystemUtilities.hpp"
#include "sequoia/TestFramework/TestRunnerUtilities.hpp"
#include "sequoia/FileSystem/FileSystem.hpp"
#include "sequoia/PlatformSpecific/Preprocessor.hpp"
#include "sequoia/Streaming/Streaming.hpp"
#include "sequoia/TextProcessing/Patterns.hpp"
#include "sequoia/TextProcessing/Substitutions.hpp"

Functions

void sequoia::testing::check_indent (const indentation &ind)
 
void sequoia::testing::generate_test_main (std::string_view copyright, indentation codeIndent, const fs::path &newProjRoot)
 
void sequoia::testing::generate_build_system_files (const fs::path &newProjRoot)
 
build_paths sequoia::testing::make_new_build_paths (const std::filesystem::path &projectRoot, const build_paths &parentBuildPaths)
 
void sequoia::testing::init_projects (const project_paths &parentProjectPaths, const std::vector< project_data > &projects, std::ostream &stream)
 
shell_command sequoia::testing::git_first_cmd (const fs::path &root, const fs::path &output)
 
shell_command sequoia::testing::launch_cmd (const project_paths &parentProjectPaths, const fs::path &root, const fs::path &buildDir)
 

Detailed Description

Definitions for ProjectCreator.hpp.