mirror of https://github.com/OpenMW/openmw.git
Fix tests on windows
parent
a854a6e04a
commit
b5f0057ac9
@ -1,20 +0,0 @@
|
|||||||
#ifndef OPENMW_TEST_SUITE_LOAD_SETTINGS_H
|
|
||||||
#define OPENMW_TEST_SUITE_LOAD_SETTINGS_H
|
|
||||||
|
|
||||||
#include <boost/filesystem/path.hpp>
|
|
||||||
|
|
||||||
namespace EsmLoaderTests
|
|
||||||
{
|
|
||||||
struct Settings
|
|
||||||
{
|
|
||||||
boost::filesystem::path mBasePath;
|
|
||||||
|
|
||||||
static Settings& impl()
|
|
||||||
{
|
|
||||||
static Settings value;
|
|
||||||
return value;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
Loading…
Reference in New Issue