diff --git a/SConstruct b/SConstruct index 4ae10c37d..d8d4a5406 100644 --- a/SConstruct +++ b/SConstruct @@ -13,7 +13,10 @@ Basic usage: '[sudo] scons uninstall' - Uninstall Cantera. - 'scons test' - Run full test suite. + 'scons test' - Run all tests which did not previously pass or for which the + results may have changed. + + 'scons test-reset' - Reset the passing status of all tests. 'scons test-clean' - Delete files created while running the tests. @@ -21,6 +24,10 @@ Basic usage: 'scons test-NAME' - Run the test named "NAME". + 'scons dump' - Dump the state of the SCons environment to the + screen instead of doing , e.g. + 'scons build dump'. For debugging purposes. + 'scons samples' - Compile the C++ and Fortran samples. 'scons msi' - Build a Windows installer (.msi) for Cantera.