1
0
Fork 0
flightgear/test_suite
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
..
attic TestSuite: Shifted the non-functional src/GUI/layout-test.cxx file to the attic. 2018-07-26 15:52:07 +02:00
FGTestApi TestSuite: Improved memory management for the event manager. 2018-07-26 15:52:07 +02:00
gui_tests TestSuite: Initial support for a FlightGear test suite based on CppUnit. 2018-03-23 17:26:04 +01:00
simgear_tests TestSuite: Converted the old tests/test-up.cxx program into a simgear unit test. 2018-03-23 17:26:04 +01:00
system_tests TestSuite: Migration of the AeroMesh tests into the CppUnit infrastructure. 2018-07-26 15:52:06 +02:00
unit_tests TestSuite: Migration of the HIDInput tests to the CppUnit framework. 2018-07-26 15:52:07 +02:00
bootstrap.cxx 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
dataStore.cxx TestSuite: Addition of a test data store singleton. 2018-04-13 10:17:30 +02:00
dataStore.hxx TestSuite: Addition of a test data store singleton. 2018-04-13 10:17:30 +02:00
fgCompilerOutputter.cxx TestSuite: Added a debugging command line option. 2018-03-23 17:26:05 +01:00
fgCompilerOutputter.hxx TestSuite: Added a debugging command line option. 2018-03-23 17:26:05 +01:00
fgTestListener.cxx TestSuite: Added a debugging command line option. 2018-03-23 17:26:05 +01:00
fgTestListener.hxx TestSuite: Added a debugging command line option. 2018-03-23 17:26:05 +01:00
fgTestRunner.cxx TestSuite: Fix for the summary and return status of the tests. 2018-05-07 12:41:22 +02:00
fgTestRunner.hxx TestSuite: Added a debugging command line option. 2018-03-23 17:26:05 +01:00
formatting.cxx TestSuite: Custom output formatting. 2018-03-23 17:26:04 +01:00
formatting.hxx TestSuite: Custom output formatting. 2018-03-23 17:26:04 +01:00
logging.cxx TestSuite: Always capture OSG logging. 2018-07-26 15:52:06 +02:00
logging.hxx TestSuite: Capture and reporting of all simgear logstream priorities. 2018-03-23 17:26:04 +01:00
testSuite.cxx TestSuite: Addition of a test data store singleton. 2018-04-13 10:17:30 +02:00