Software testing: Difference between revisions

Jump to navigation Jump to search
m
(→‎Building the test suite: Added note about $FG_ROOT)
Line 28: Line 28:
# Change to your FlightGear build directory
# Change to your FlightGear build directory
# Enable building the tests by setting a cmake variable:  <code>cmake -LBUILD_TESTING=ON .</code>
# Enable building the tests by setting a cmake variable:  <code>cmake -LBUILD_TESTING=ON .</code>
# Ensure the [[$FG ROOT|$FG_ROOT]] environment variable points to fgdata e.g. $FG_INSTALL_DIR/share/fgdata.
# Ensure the <code>[[$FG ROOT|$FG_ROOT]]</code> environment variable points to fgdata e.g. <code>$FG_INSTALL_DIR/share/fgdata</code>
# Build the test suite:  <code>make test_suite</code>
# Build the test suite:  <code>make test_suite</code>


33

edits

Navigation menu