#include "config.h" // implement various test-only methods on classes #include #include #include void FGAirport::testSuiteInjectGroundnetXML(const SGPath& path) { _groundNetwork.reset(new FGGroundNetwork(const_cast(this))); XMLLoader::loadFromPath(_groundNetwork.get(), path); _groundNetwork->init(); }