[SCons] Update documentation for SCons commands
This commit is contained in:
parent
eeab08d683
commit
85abe2e008
1 changed files with 8 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue