[SCons] Update documentation for SCons commands

This commit is contained in:
Ray Speth 2014-08-25 20:02:34 +00:00
parent eeab08d683
commit 85abe2e008

View file

@ -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 <command> dump' - Dump the state of the SCons environment to the
screen instead of doing <action>, 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.