[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bamarok=5D_tests/core-impl/collections/db/sql=3A_WIP?=
From:       Ian Monroe <imonroe () kde ! org>
Date:       2011-01-24 15:07:33
Message-ID: 20110124150733.C979DA6092 () git ! kde ! org
[Download RAW message or body]

Git commit 4e2b528126da7662bf3d1b2a6ba5f880d65fca9f by Ian Monroe.
Pushed by ianmonroe into branch 'master'.

WIP on making tests build on Linux

M  +3    -3    tests/core-impl/collections/db/sql/CMakeLists.txt     

http://commits.kde.org/amarok/4e2b528126da7662bf3d1b2a6ba5f880d65fca9f

diff --git a/tests/core-impl/collections/db/sql/CMakeLists.txt \
b/tests/core-impl/collections/db/sql/CMakeLists.txt index 6f099c6..166eee0 100644
--- a/tests/core-impl/collections/db/sql/CMakeLists.txt
+++ b/tests/core-impl/collections/db/sql/CMakeLists.txt
@@ -11,7 +11,7 @@ macro(add_database_test test_target test_sources)
     endif(APPLE)
 
 
-    kde4_add_unit_test( ${test_target} TESTNAME ${test_target} \
${test_sources_internal} ) +    kde4_add_unit_test( ${test_target} TESTNAME \
${test_target} ${test_sources} ${test_sources_internal} )  
     if(APPLE)
         SET_TARGET_PROPERTIES(${test_target} PROPERTIES LINK_FLAGS "-undefined \
dynamic_lookup") @@ -22,7 +22,7 @@ macro(add_database_test test_target test_sources)
     add_dependencies( ${test_target} amaroklib)
     add_dependencies( ${test_target} amarok-sqlcollection)
     if(NOT APPLE)
-        add_dependencies( ${test_target} amarok-mysqlecollection )
+        add_dependencies( ${test_target} amarok_collection-mysqlecollection )
     endif(NOT APPLE)
 
     target_link_libraries(${test_target}
@@ -43,7 +43,7 @@ macro(add_database_test test_target test_sources)
         ${GOOGLEMOCK_LIBRARIES})
 
     if(NOT APPLE)
-        target_link_libraries( ${test_target} amarok-mysqlecollection )
+        target_link_libraries( ${test_target} amarok_collection-mysqlecollection )
     endif(NOT APPLE)
 
 endmacro(add_database_test)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic