FlightGear next
NasalUnitTesting.hxx
Go to the documentation of this file.
1#pragma once
2
4
5class SGPath;
6
7naRef initNasalUnitTestInSim(naRef globals, naContext c);
8
10
11void executeNasalTestsInDir(const SGPath& path);
12bool executeNasalTest(const SGPath& path);
void shutdownNasalUnitTestInSim()
bool executeNasalTest(const SGPath &path)
naRef initNasalUnitTestInSim(naRef globals, naContext c)
void executeNasalTestsInDir(const SGPath &path)
FGGlobals * globals
Definition globals.cxx:142