[Avida-cvs] [avida-svn] r513 - trunk/consistencytests/Tests/Researchers/dule/LocalSex

kaben@myxo.css.msu.edu kaben at myxo.css.msu.edu
Mon Mar 13 11:31:21 PST 2006


Author: kaben
Date: 2006-03-13 14:31:21 -0500 (Mon, 13 Mar 2006)
New Revision: 513

Modified:
   trunk/consistencytests/Tests/Researchers/dule/LocalSex/CMakeLists.txt
Log:

Debugging Dule's LocalSex consistency tests, after rewriting them to run
five cases instead of ten, and to run each case for 500 updates instead
of 100.



Modified: trunk/consistencytests/Tests/Researchers/dule/LocalSex/CMakeLists.txt
===================================================================
--- trunk/consistencytests/Tests/Researchers/dule/LocalSex/CMakeLists.txt	2006-03-13 19:18:13 UTC (rev 512)
+++ trunk/consistencytests/Tests/Researchers/dule/LocalSex/CMakeLists.txt	2006-03-13 19:31:21 UTC (rev 513)
@@ -29,13 +29,13 @@
 SET(SeedSet "range(100,105)")
 # Avida will be run in, and store output files in, ${CMAKE_CURRENT_BINARY_DIR}/Test_100, and so on.
 SET(RunSubdirPathBase "${CMAKE_CURRENT_BINARY_DIR}/GlobalSex_")
-# I've written ${ConfigDir}/events.cfg to stop Avida after 100 updates,
-# and to output a single detail-population file "detail_pop.100" per run,
-# i.e., ${CMAKE_CURRENT_SOURCE_DIR}/Test_100/detail_pop.100, and so on.
-SET(OutputFileName "detail_pop.100")
+# I've written ${ConfigDir}/events.cfg to stop Avida after 500 updates,
+# and to output a single detail-population file "detail_pop.500" per run,
+# i.e., ${CMAKE_CURRENT_SOURCE_DIR}/Test_100/detail_pop.500, and so on.
+SET(OutputFileName "detail_pop.500")
 # Similar to above, except that this tells the testing scripts where to find
-# expected last lines of detail_pop.100 files,
-# i.e., ${CMAKE_CURRENT_SOURCE_DIR}/Test_100/detail_pop.100.expected_last_line, and so on.
+# expected last lines of detail_pop.500 files,
+# i.e., ${CMAKE_CURRENT_SOURCE_DIR}/Test_100/detail_pop.500.expected_last_line, and so on.
 SET(ExpectationFilePathBase "${CMAKE_CURRENT_SOURCE_DIR}/GlobalSex_")
 SET(ExpectationFileName "detail_pop.100.expected_last_line")
 




More information about the Avida-cvs mailing list