blob: 8af0e4314375cc0b112741ee844ca986ca844468 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include "testCore.h"
#include <testOptionsSource.h>
#include <definedDirs.h>
TestCore::TestCore()
{
TestOptionsSource::LoadTestOptions({
{ "common.datasourceRoot", (RootDir / "datasources").string() },
});
}
|