You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include <cpptest-suite.h>
|
|
#include <string>
|
|
#include <sys/stat.h>
|
|
#include <errno.h>
|
|
#include "EngineTestSuite.h"
|
|
#include "EngineTestIndividualSuite.h"
|
|
#include "EngineTestSessionSuite.h"
|
|
|
|
// Begin where we should generate stuff
|
|
#include "DecorateTests.h"
|
|
|
|
class SuiteMaker {
|
|
public:
|
|
static EngineTestSuite* build(const char* test_class_name,
|
|
const char* test_home);
|
|
};
|