1
0
Fork 0
flightgear/test_suite/FGTestApi/NavDataCache.hxx
Edward d'Auvergne 99a50508a7 TestSuite: Spun out the NavDataCache initialisation code.
Not all tests will require the NavDataCache, so it is no longer set up with the
dummy globals data structure.
2018-07-26 15:52:06 +02:00

15 lines
270 B
C++

#ifndef FG_NAV_DATA_CACHE_TEST_HELPERS_HXX
#define FG_NAV_DATA_CACHE_TEST_HELPERS_HXX
namespace FGTestApi {
namespace setUp {
void initNavDataCache();
} // End of namespace setUp.
} // End of namespace FGTestApi.
#endif // of FG_NAV_DATA_CACHE_TEST_HELPERS_HXX