|
From: <ust...@us...> - 2009-06-11 16:19:04
|
Revision: 3008
http://clucene.svn.sourceforge.net/clucene/?rev=3008&view=rev
Author: ustramooner
Date: 2009-06-11 16:19:00 +0000 (Thu, 11 Jun 2009)
Log Message:
-----------
easier to debug when core is compiled before test code...
Modified Paths:
--------------
branches/lucene2_3_2/src/test/CMakeLists.txt
Modified: branches/lucene2_3_2/src/test/CMakeLists.txt
===================================================================
--- branches/lucene2_3_2/src/test/CMakeLists.txt 2009-06-11 16:18:14 UTC (rev 3007)
+++ branches/lucene2_3_2/src/test/CMakeLists.txt 2009-06-11 16:19:00 UTC (rev 3008)
@@ -62,7 +62,7 @@
IF ( ENABLE_COMPILE_TESTS )
-SET(test_monolithic_Files ./CLMonolithic_Test.cpp ${clucene-core_SOURCE_DIR}/CLucene/CLMonolithic.cpp)
+SET(test_monolithic_Files ${clucene-core_SOURCE_DIR}/CLucene/CLMonolithic.cpp ./CLMonolithic_Test.cpp)
IF ( CMAKE_COMPILER_IS_GNUCC )
CHECK_CXX_ACCEPTS_FLAG(-Wall GccFlagWall)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|