[Avida-cvs] [avida-svn] r613 - development/consistencytests/Tests/Default

brysonda@myxo.css.msu.edu brysonda at myxo.css.msu.edu
Fri Apr 14 06:15:47 PDT 2006


Author: brysonda
Date: 2006-04-14 09:15:47 -0400 (Fri, 14 Apr 2006)
New Revision: 613

Modified:
   development/consistencytests/Tests/Default/CMakeLists.txt
Log:
Try to get CMake to not cache consistency test values so that buildbot will properly update settings when consistency tests are changed.

Modified: development/consistencytests/Tests/Default/CMakeLists.txt
===================================================================
--- development/consistencytests/Tests/Default/CMakeLists.txt	2006-04-14 13:12:52 UTC (rev 612)
+++ development/consistencytests/Tests/Default/CMakeLists.txt	2006-04-14 13:15:47 UTC (rev 613)
@@ -21,12 +21,12 @@
 CONFIGURE_FILE(${EventFileTemplate} ${EventFile} IMMEDIATE)
 
 # Where to find default configure files.
-SET(ConfigDir "${PROJECT_BINARY_DIR}/work" INTERNAL "Location of default configuration files")
+SET(ConfigDir "${PROJECT_BINARY_DIR}/work")
 # Configure files (other than the event file, generated above).
-SET(GenesisFile "${ConfigDir}/avida.cfg" INTERNAL "Main configuration file")
-SET(InstSetFile "${ConfigDir}/inst_set.default" INTERNAL "Default instruction set")
-SET(EnvironmentFile "${ConfigDir}/environment.cfg" INTERNAL "Environment file")
-SET(StartCreatureFile "${ConfigDir}/organism.default" INTERNAL "Default organism")
+SET(GenesisFile "${ConfigDir}/avida.cfg")
+SET(InstSetFile "${ConfigDir}/inst_set.default")
+SET(EnvironmentFile "${ConfigDir}/environment.cfg")
+SET(StartCreatureFile "${ConfigDir}/organism.default")
 # Command-line arguments passed to Avida.
 SET(AvidaArgs "-c ${GenesisFile} -seed %d -set WORLD_X 40 -set WORLD_Y 40 -set INST_SET ${InstSetFile} -set EVENT_FILE ${EventFile} -set ENVIRONMENT_FILE ${EnvironmentFile} -set START_CREATURE ${StartCreatureFile} -set DATA_DIR ." INTERNAL "Command line arguments for tests")
 




More information about the Avida-cvs mailing list