← Back to team overview

ayatana-commits team mailing list archive

[Branch ~agateau/libindicate-qt/trunk] Rev 73: Verbose checks

 

------------------------------------------------------------
revno: 73
committer: Aurelien Gateau <aurelien.gateau@xxxxxxxxxxxxx>
branch nick: libindicate-qt
timestamp: Thu 2009-08-06 22:40:39 +0200
message:
  Verbose checks
modified:
  tests/CMakeLists.txt


--
lp:libindicate-qt
https://code.launchpad.net/~agateau/libindicate-qt/trunk

Your team ayatana-commits is subscribed to branch lp:libindicate-qt.
To unsubscribe from this branch go to https://code.launchpad.net/~agateau/libindicate-qt/trunk/+edit-subscription.
=== modified file 'tests/CMakeLists.txt'
--- tests/CMakeLists.txt	2009-07-28 07:51:48 +0000
+++ tests/CMakeLists.txt	2009-08-06 20:40:39 +0000
@@ -9,7 +9,7 @@
 
 # Call this at the end
 macro(create_check_target)
-    add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}
+    add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --verbose
         DEPENDS ${_test_executable_list})
 endmacro(create_check_target)