[Avida-cvs] [avida-svn] r1016 - development/source/testsuites

avidaedward at myxo.css.msu.edu avidaedward at myxo.css.msu.edu
Fri Sep 29 11:05:59 PDT 2006


Author: avidaedward
Date: 2006-09-29 14:05:59 -0400 (Fri, 29 Sep 2006)
New Revision: 1016

Modified:
   development/source/testsuites/CMakeLists.txt
Log:

Removed reliance of (out-of-date) test drivers upon nonexistent event
library.



Modified: development/source/testsuites/CMakeLists.txt
===================================================================
--- development/source/testsuites/CMakeLists.txt	2006-09-29 14:09:58 UTC (rev 1015)
+++ development/source/testsuites/CMakeLists.txt	2006-09-29 18:05:59 UTC (rev 1016)
@@ -15,9 +15,9 @@
 FOREACH(TEST_SUITE ${UNITTEST_SUITES})
   ADD_EXECUTABLE(${TEST_SUITE} ${TEST_SUITE}.cc)
   IF(MSVC)
-    TARGET_LINK_LIBRARIES(${TEST_SUITE} main classification cpu event analyze drivers analyze cpu tools actions main archive boost_serialization)
+    TARGET_LINK_LIBRARIES(${TEST_SUITE} main classification cpu analyze drivers analyze cpu tools actions main archive boost_serialization)
   ELSE(MSVC)
-    TARGET_LINK_LIBRARIES(${TEST_SUITE} main classification cpu event analyze drivers analyze cpu tools actions pthread main archive boost_serialization)
+    TARGET_LINK_LIBRARIES(${TEST_SUITE} main classification cpu analyze drivers analyze cpu tools actions pthread main archive boost_serialization)
   ENDIF(MSVC)
   INSTALL_TARGETS(/work ${TEST_SUITE})
   




More information about the Avida-cvs mailing list