From 85abe2e008b3510166e3f3dde3551be641ca045b Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 25 Aug 2014 20:02:34 +0000 Subject: [PATCH] [SCons] Update documentation for SCons commands --- SConstruct | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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.