You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2009/05/08 18:29:26 UTC

svn commit: r773045 - /qpid/trunk/qpid/cpp/CMakeLists.txt

Author: shuston
Date: Fri May  8 16:29:26 2009
New Revision: 773045

URL: http://svn.apache.org/viewvc?rev=773045&view=rev
Log:
Help 'make check' produce familiar output

Modified:
    qpid/trunk/qpid/cpp/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/CMakeLists.txt?rev=773045&r1=773044&r2=773045&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/CMakeLists.txt Fri May  8 16:29:26 2009
@@ -28,7 +28,7 @@
 # set(CMAKE_INCLUDE_CURRENT_DIR ON)
 
 # Emulate "make check" behavior of the autoconf world.
-add_custom_target(check COMMAND ${CMAKE_TEST_COMMAND})
+add_custom_target(check ctest -V)
 
 add_subdirectory(managementgen)
 # add_subdirectory(etc)



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org