[cig-commits] commit: Added a scons check help options when you

Mercurial hg at geodynamics.org
Mon Feb 1 15:30:19 PST 2010


changeset:   225:b43f64c3123f
branch:      1.4.x
parent:      222:864074fa6dfd
user:        JericoRevote
date:        Wed Jan 06 12:57:43 2010 +1100
files:       SConstruct
description:
Added a scons check help options when you
type ./scons.py -h, standard scons options are accessible through
./scons.py -H.


diff -r 864074fa6dfd -r b43f64c3123f SConstruct
--- a/SConstruct	Tue Jan 05 16:25:05 2010 +1100
+++ b/SConstruct	Wed Jan 06 12:57:43 2010 +1100
@@ -142,3 +142,16 @@ env.Dist("underworld-%s"%env.GetOption("
          ["configure.py", "SConstruct", "config", "script", "StGermain",
           "StgDomain", "StgFEM", "PICellerator", "Underworld",
           "Experimental", "gLucifer"])
+
+#
+# SCons check-related help options.
+#
+Help("""
+SCons-Check Options:
+    Type: './scons.py check' to run the stgUnderworld unit and low-res integration tests only,
+          './scons.py check-complete' to run the stgUnderworld unit, convergence, low-res and normal-res integration tests,
+          './scons.py check-unit' to run the stgUnderworld unit tests only,
+          './scons.py check-convergence' to run the stgUnderworld convergence tests only,
+          './scons.py check-integration' to run the normal-res integration tests,
+          './scons.py check-lowres' to run the low-res integration tests.
+""")



More information about the CIG-COMMITS mailing list