------------------------------------------------------------
revno: 95
committer: Aurelien Gateau <[email protected]>
branch nick: plasma-indicatordisplay
timestamp: Mon 2009-09-28 10:30:59 +0200
message:
  Added convenience 'check' target
modified:
  tests/CMakeLists.txt


--
lp:plasma-indicatordisplay
https://code.launchpad.net/~agateau/plasma-indicatordisplay/trunk

Your team ayatana-commits is subscribed to branch lp:plasma-indicatordisplay.
To unsubscribe from this branch go to 
https://code.launchpad.net/~agateau/plasma-indicatordisplay/trunk/+edit-subscription.
=== modified file 'tests/CMakeLists.txt'
--- tests/CMakeLists.txt	2009-09-15 14:42:06 +0000
+++ tests/CMakeLists.txt	2009-09-28 08:30:59 +0000
@@ -9,6 +9,10 @@
     ${INDICATEQT_LIBRARIES}
     )
 
+# Hackish, but defining dependencies as "DEPENDS buildtests test" does not
+# work :(
+add_custom_target(check COMMAND ${CMAKE_BUILD_TOOL} buildtests test)
+
 # listenermodeltest
 set(listenermodeltest_SRCS
     listenermodeltest.cpp

_______________________________________________
Mailing list: https://launchpad.net/~ayatana-commits
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ayatana-commits
More help   : https://help.launchpad.net/ListHelp

Reply via email to