[Avida-SVN] r1044 - in development/source: . testsuites

avidaedward at myxo.css.msu.edu avidaedward at myxo.css.msu.edu
Thu Oct 12 17:07:41 PDT 2006


Author: avidaedward
Date: 2006-10-12 20:07:41 -0400 (Thu, 12 Oct 2006)
New Revision: 1044

Modified:
   development/source/CMakeLists.txt
   development/source/testsuites/SConscript
Log:
Disabled dead test drivers.


Modified: development/source/CMakeLists.txt
===================================================================
--- development/source/CMakeLists.txt	2006-10-12 21:12:08 UTC (rev 1043)
+++ development/source/CMakeLists.txt	2006-10-13 00:07:41 UTC (rev 1044)
@@ -6,6 +6,6 @@
 IF(AVD_PY_BINDINGS)
   SUBDIRS(bindings python)
 ENDIF(AVD_PY_BINDINGS)
-IF(AVD_UNIT_TESTS)
-  SUBDIRS(testsuites)
-ENDIF(AVD_UNIT_TESTS)
+#IF(AVD_UNIT_TESTS)
+#  SUBDIRS(testsuites)
+#ENDIF(AVD_UNIT_TESTS)

Modified: development/source/testsuites/SConscript
===================================================================
--- development/source/testsuites/SConscript	2006-10-12 21:12:08 UTC (rev 1043)
+++ development/source/testsuites/SConscript	2006-10-13 00:07:41 UTC (rev 1044)
@@ -40,7 +40,7 @@
   #'boost_serialization',
 ]
 
-Test(environment, 'full-unit-tests', 'full-unit-tests.cc', LIBS = all_libs)
-Test(environment, 'cInitFile-unit-tests', 'cInitFile-unit-tests.cc', LIBS = all_libs)
+#Test(environment, 'full-unit-tests', 'full-unit-tests.cc', LIBS = all_libs)
+#Test(environment, 'cInitFile-unit-tests', 'cInitFile-unit-tests.cc', LIBS = all_libs)
 
 # vim: set ft=python:




More information about the Avida-cvs mailing list