Software testing: Difference between revisions

Jump to navigation Jump to search
→‎SimGear: Some initial text.
(Changed the sectioning for SimGear vs FlightGear.)
(→‎SimGear: Some initial text.)
Line 4: Line 4:


== SimGear ==
== SimGear ==
The [[SimGear]] sources are checked via unit testing.  This is implemented using the CMake CTest unit testing infrastructure.  A number of tests are currently implemented using the BOOST unit testing infrastructure tied to the build system using CTest, however this should be avoided when writing tests as there is a shift towards eliminating BOOST by the FlightGear developers.
=== Building and running the SimGear tests ===
<syntaxhighlight lang="bash">
$ make
$ ctest
</syntaxhighlight>


== FlightGear ==
== FlightGear ==

Navigation menu