1
0
Fork 0
flightgear/test_suite
Edward d'Auvergne d63211409c TestSuite: Addition of command line options for fine control of the executable.
This includes the following help message detailing all of the new options:

"""
Usage: run_test_suite [options]

Options:
  -h, --help            show this help message and exit.

  Test selection options:
    -s, --system-tests  execute the system/functional tests.
    -u, --unit-tests    execute the unit tests.
    -g, --gui-tests     execute the GUI tests.
    -m, --simgear-tests execute the simgear tests.

    The -s, -u, -g, and -m options accept an optional argument to perform a
    subset of all tests.  This argument should either be the name of a test
    suite or the full name of an individual test.

    Full test names consist of the test suite name, the separator '::' and then
    the individual test name.  The test names can revealed with the verbose
    option.

  Verbosity options:
    -v, --verbose       verbose output including names and timings for all
                        tests.
"""
2018-03-23 17:26:05 +01: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: Initial support for a FlightGear test suite based on CppUnit. 2018-03-23 17:26:04 +01:00
unit_tests TestSuite: Migration of the Flightplan tests into the CppUnit infrastructure. 2018-03-23 17:26:05 +01: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: Support for building the FlightGear bundled CppUnit library. 2018-03-23 17:26:05 +01:00
fgCompilerOutputter.cxx TestSuite: Capture and reporting of all simgear logstream priorities. 2018-03-23 17:26:04 +01:00
fgCompilerOutputter.hxx TestSuite: Capture and reporting of all simgear logstream priorities. 2018-03-23 17:26:04 +01:00
fgTestListener.cxx TestSuite: Addition of command line options for fine control of the executable. 2018-03-23 17:26:05 +01:00
fgTestListener.hxx TestSuite: Addition of command line options for fine control of the executable. 2018-03-23 17:26:05 +01:00
fgTestRunner.cxx TestSuite: Addition of command line options for fine control of the executable. 2018-03-23 17:26:05 +01:00
fgTestRunner.hxx TestSuite: Addition of command line options for fine control of the executable. 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: Capture and reporting of all simgear logstream priorities. 2018-03-23 17:26:04 +01: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 command line options for fine control of the executable. 2018-03-23 17:26:05 +01:00