[cig-commits] r5224 - in long/3D/Gale/trunk: . src/StGermain/Base/Automation/tests src/StGermain/Base/Container/tests src/StGermain/Base/Extensibility/tests src/StGermain/Regresstor src/StGermain/Regresstor/libRegresstor src/StGermain/Regresstor/libRegresstor/src

walter at geodynamics.org walter at geodynamics.org
Thu Nov 9 16:48:39 PST 2006


Author: walter
Date: 2006-11-09 16:48:39 -0800 (Thu, 09 Nov 2006)
New Revision: 5224

Added:
   long/3D/Gale/trunk/src/StGermain/Base/Automation/tests/SConscript
   long/3D/Gale/trunk/src/StGermain/Base/Container/tests/SConscript
   long/3D/Gale/trunk/src/StGermain/Base/Extensibility/tests/SConscript
   long/3D/Gale/trunk/src/StGermain/Regresstor/SConscript
   long/3D/Gale/trunk/src/StGermain/Regresstor/libRegresstor/SConscript
   long/3D/Gale/trunk/src/StGermain/Regresstor/libRegresstor/src/SConscript
Modified:
   long/3D/Gale/trunk/
Log:
 r1047 at earth:  boo | 2006-11-08 13:52:33 -0800
 Add missing SConscripts



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1046
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1047

Added: long/3D/Gale/trunk/src/StGermain/Base/Automation/tests/SConscript
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Base/Automation/tests/SConscript	2006-11-10 00:48:37 UTC (rev 5223)
+++ long/3D/Gale/trunk/src/StGermain/Base/Automation/tests/SConscript	2006-11-10 00:48:39 UTC (rev 5224)
@@ -0,0 +1,35 @@
+# Copyright 2006 California Institute of Technology
+
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of the
+# License, or (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA
+
+Import('env','tests','add_tests','StGermain_static_library')
+
+local_env=env.Copy()
+local_env.Append(CPPPATH=["#/build/include/StGermain"])
+
+# Missing tests compare pointers, which is bogus
+test_files=Split("""testVariable.c
+testVariable_Register.c
+testVariableDumpStream.c
+testVariableValueCompare.c
+testHierarchyTable.c
+testCallGraph.c
+testVariableAllVC.c
+testComponentMetadata.c""")
+
+add_tests(local_env,tests,test_files,[StGermain_static_library],"1")
+          
+        

Added: long/3D/Gale/trunk/src/StGermain/Base/Container/tests/SConscript
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Base/Container/tests/SConscript	2006-11-10 00:48:37 UTC (rev 5223)
+++ long/3D/Gale/trunk/src/StGermain/Base/Container/tests/SConscript	2006-11-10 00:48:39 UTC (rev 5224)
@@ -0,0 +1,35 @@
+# Copyright 2006 California Institute of Technology
+
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of the
+# License, or (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA
+
+Import('env','tests','add_tests','StGermain_static_library')
+
+local_env=env.Copy()
+local_env.Append(CPPPATH=["#/build/include/StGermain"])
+
+# The missing tests rely on the values of pointers, which is bogus, or
+# rely on CAUTIOUS being defined when making the library.
+test_files=Split("""testArray.c
+testIndexMap.c
+testIndexSet.c
+testMemoryPool.c
+testMPIRoutines.c
+testPtrMap.c
+testRangeSet.c
+testUIntMap.c
+""")
+
+add_tests(local_env,tests,test_files,[StGermain_static_library],"1")

Added: long/3D/Gale/trunk/src/StGermain/Base/Extensibility/tests/SConscript
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Base/Extensibility/tests/SConscript	2006-11-10 00:48:37 UTC (rev 5223)
+++ long/3D/Gale/trunk/src/StGermain/Base/Extensibility/tests/SConscript	2006-11-10 00:48:39 UTC (rev 5224)
@@ -0,0 +1,34 @@
+# Copyright 2006 California Institute of Technology
+
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of the
+# License, or (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA
+
+Import('env','tests','add_tests','StGermain_static_library')
+
+local_env=env.Copy()
+local_env.Append(CPPPATH=["#/build/include/StGermain"])
+local_env.Append(CPPFLAGS=['-DCURR_MODULE_NAME=\\"StGermainBaseExtensibility\\"'])
+
+# Missing tests are just broken
+test_files=Split("""testEntryPoint0.c
+testEntryPoint1.c
+testEntryPoint2.c
+testEntryPoint3.c
+testEntryPoint-ClassHook.c
+testEntryPoint-min-max.c
+testEntryPoint-printConcise.c
+""")
+
+add_tests(local_env,tests,test_files,[StGermain_static_library],"1")

Added: long/3D/Gale/trunk/src/StGermain/Regresstor/SConscript
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Regresstor/SConscript	2006-11-10 00:48:37 UTC (rev 5223)
+++ long/3D/Gale/trunk/src/StGermain/Regresstor/SConscript	2006-11-10 00:48:39 UTC (rev 5224)
@@ -0,0 +1,18 @@
+# Copyright 2006 California Institute of Technology
+
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of the
+# License, or (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA
+
+SConscript('libRegresstor/SConscript')

Added: long/3D/Gale/trunk/src/StGermain/Regresstor/libRegresstor/SConscript
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Regresstor/libRegresstor/SConscript	2006-11-10 00:48:37 UTC (rev 5223)
+++ long/3D/Gale/trunk/src/StGermain/Regresstor/libRegresstor/SConscript	2006-11-10 00:48:39 UTC (rev 5224)
@@ -0,0 +1,18 @@
+# Copyright 2006 California Institute of Technology
+
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of the
+# License, or (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA
+
+SConscript('src/SConscript')

Added: long/3D/Gale/trunk/src/StGermain/Regresstor/libRegresstor/src/SConscript
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Regresstor/libRegresstor/src/SConscript	2006-11-10 00:48:37 UTC (rev 5223)
+++ long/3D/Gale/trunk/src/StGermain/Regresstor/libRegresstor/src/SConscript	2006-11-10 00:48:39 UTC (rev 5224)
@@ -0,0 +1,36 @@
+# Copyright 2006 California Institute of Technology
+
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of the
+# License, or (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA
+
+Import('env','header_groups')
+
+local_env=env.Copy()
+
+header_groups['StGermain/Regresstor/libRegresstor']=Split("""FailedSubTest.h
+forwardDecl.h
+RegressionTest.h
+Regresstor.h
+types.h
+UnitTest.h""")
+
+c_files=Split("""FailedSubTest.c
+RegressionTest.c
+UnitTest.c""")
+
+Regressor_static_objects=[local_env.StaticObject(c_files)]
+
+Export('Regressor_static_objects')
+



More information about the cig-commits mailing list