~phablet-team/telephony-service/rtm-15.04

« back to all changes in this revision

Viewing changes to handler/CMakeLists.txt

  • Committer: Gustavo Pichorim Boiko
  • Date: 2015-03-05 21:21:59 UTC
  • mto: This revision was merged to the branch mainline in revision 1046.
  • Revision ID: gustavo.boiko@canonical.com-20150305212159-s1ue47bnbk26fyvr
Move all tests to one single directory in preparation for the new tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.TelephonyServiceHandler.service DESTINATION share/dbus-1/services)
34
34
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/com.canonical.TelephonyServiceHandler.service DESTINATION share/dbus-1/services)
35
35
install(FILES TelephonyServiceHandler.client DESTINATION share/telepathy/clients)
36
 
 
37
 
if(CMAKE_SYSTEM_PROCESSOR MATCHES "ppc*")
38
 
    message(STATUS "Tests disabled on ppc")
39
 
else()
40
 
    add_subdirectory(tests)
41
 
endif()