mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-26 06:49:09 -06:00
Clean test main.cpp
This commit is contained in:
@@ -55,25 +55,6 @@ int main(int argc, char** argv) {
|
||||
std::vector<std::string> args;
|
||||
openspace::OpenSpaceEngine::create(argc, argv, args);
|
||||
|
||||
|
||||
//LogManager::initialize(LogManager::LogLevel::Debug);
|
||||
//LogMgr.addLog(new ConsoleLog);
|
||||
|
||||
//FileSystem::initialize();
|
||||
//std::string configurationFilePath = "";
|
||||
//LDEBUG("Finding configuration");
|
||||
//if (!openspace::OpenSpaceEngine::findConfiguration(configurationFilePath)) {
|
||||
// LFATAL("Could not find OpenSpace configuration file!");
|
||||
// assert(false);
|
||||
//}
|
||||
////LINFO("Configuration file found: " << FileSys.absolutePath(configurationFilePath));
|
||||
|
||||
//openspace::ConfigurationManager manager;
|
||||
//manager.loadFromFile(configurationFilePath);
|
||||
|
||||
|
||||
//openspace::FactoryManager::initialize();
|
||||
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user