1
0
Fork 0
flightgear/test_suite/unit_tests
Edward d'Auvergne fff923d2f4 TestSuite: Migration of the HIDInput tests to the CppUnit framework.
The extractBits(), signExtend(), and writeBits() functions of the anonymous
namespace in Input/FGHIDEventInput.cxx have been shifted out of the namespace
and are now exposed via the header.  This is needed as
<Input/FGHIDEventInput.cxx> cannot be imported within the CppUnit
infrastructure, as it is already built into the run_test_suite binary.
2018-07-26 15:52:07 +02:00
..
Add-ons TestSuite: Implementation of FGTestApi. 2018-07-26 15:52:06 +02:00
FDM TestSuite: Shifted the YASim atmosphere test into the CppUnit framework. 2018-07-26 15:52:07 +02:00
general TestSuite: Converted the old tests/test-mktime.cxx program into a unit test. 2018-03-23 17:26:04 +01:00
Input TestSuite: Migration of the HIDInput tests to the CppUnit framework. 2018-07-26 15:52:07 +02:00
Main TestSuite: Spun out the NavDataCache initialisation code. 2018-07-26 15:52:06 +02:00
Navaids TestSuite: Spun out the NavDataCache initialisation code. 2018-07-26 15:52:06 +02:00
Scripting TestSuite: Initial support for a FlightGear test suite based on CppUnit. 2018-03-23 17:26:04 +01:00
CMakeLists.txt TestSuite: Migration of the HIDInput tests to the CppUnit framework. 2018-07-26 15:52:07 +02:00