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

List:       kde-commits
Subject:    kdesupport/taglib/tests
From:       Michael Pyne <michael.pyne () kdemail ! net>
Date:       2007-11-11 3:30:44
Message-ID: 1194751844.933226.15061.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 735161 by mpyne:

This also breaks compilation of kdesupport.  CppUnit won't be found since I commented
out the configure check is fixed.  Once the configure check is fixed this can be
commented back in.

CCMAIL:lalinsky@gmail.com


 M  +9 -6      CMakeLists.txt  


--- trunk/kdesupport/taglib/tests/CMakeLists.txt #735160:735161
@@ -21,12 +21,15 @@
   test_id3v2.cpp
 )
 
-ADD_EXECUTABLE(test_runner ${test_runner_SRCS})
-TARGET_LINK_LIBRARIES(test_runner tag ${CPPUNIT_LIBRARIES})
+# Fails without CppUnit.  These can be uncommented (with an appropriate guard
+# checking for CppUnit availability) after the CppUnit configure check has
+# also been fixed).
+#ADD_EXECUTABLE(test_runner ${test_runner_SRCS})
+#TARGET_LINK_LIBRARIES(test_runner tag ${CPPUNIT_LIBRARIES})
 
-ADD_CUSTOM_TARGET(check
-    ./test_runner
-    DEPENDS test_runner
-)
+#ADD_CUSTOM_TARGET(check
+#    ./test_runner
+#    DEPENDS test_runner
+#)
 
 endif(BUILD_TESTS)
[prev in list] [next in list] [prev in thread] [next in thread] 

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