summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorOlli Salli <ollisal@gmail.com>2010-10-01 18:02:12 +0300
committerOlli Salli <ollisal@gmail.com>2010-10-01 18:02:12 +0300
commitc2550668bbd3bd0986a77eec1d22a522daeb3a63 (patch)
treeebe8ed3c1e4be67b3cbd25024bcfad21e574cb28 /cmake
parentfa007df42582de727f87eb77ccdfd6b385c011de (diff)
Un-break regular make check again :O
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/TpQt4Macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/TpQt4Macros.cmake b/cmake/modules/TpQt4Macros.cmake
index 0c2f281b..c929cbe2 100644
--- a/cmake/modules/TpQt4Macros.cmake
+++ b/cmake/modules/TpQt4Macros.cmake
@@ -335,7 +335,7 @@ macro(tpqt4_add_dbus_unit_test _fancyName _name)
add_executable(test-${_name} ${_name}.cpp ${CMAKE_CURRENT_BINARY_DIR}/_gen/${_name}.cpp.moc.hpp)
target_link_libraries(test-${_name} ${QT_LIBRARIES} ${QT_QTTEST_LIBRARY} telepathy-qt4 tp-qt4-tests ${ARGN})
set(with_session_bus ${CMAKE_CURRENT_BINARY_DIR}/runDbusTest.sh)
- add_test(${_fancyName} ${with_session_bus} ${CMAKE_CURRENT_BINARY_DIR}/test-${_name})
+ add_test(${_fancyName} ${SH} ${with_session_bus} ${CMAKE_CURRENT_BINARY_DIR}/test-${_name})
list(APPEND _telepathy_qt4_test_cases test-${_name})
# Valgrind and Callgrind targets