[Avida-cvs] [avida-svn] r572 - development

avidaedward@myxo.css.msu.edu avidaedward at myxo.css.msu.edu
Wed Apr 5 09:06:45 PDT 2006


Author: avidaedward
Date: 2006-04-05 12:06:34 -0400 (Wed, 05 Apr 2006)
New Revision: 572

Modified:
   development/build_avida
Log:

Change to enable consistency tests, but not run them.



Modified: development/build_avida
===================================================================
--- development/build_avida	2006-04-05 12:22:23 UTC (rev 571)
+++ development/build_avida	2006-04-05 16:06:34 UTC (rev 572)
@@ -2,7 +2,9 @@
 
 mkdir -p build
 cd build
-cmake ../
+cmake \
+  -DAVD_CONSISTENCY_TEST_PRIMITIVE:BOOL=ON \
+  ../
 make
 make install
 




More information about the Avida-cvs mailing list