diff options
author | christian mueller <christian.ei.mueller@bmw.de> | 2012-02-01 15:44:08 +0100 |
---|---|---|
committer | christian mueller <christian.ei.mueller@bmw.de> | 2012-02-02 15:27:21 +0100 |
commit | 74cf9b985164be8c28a3cd1b11076900792594f8 (patch) | |
tree | 9e0cd72bbd6ef6a48385b0ea1907739f6537495f /PluginRoutingInterfaceAsync/test | |
parent | 9f4c15a8e89d798077ca3edf7f786dbc740aa176 (diff) | |
download | audiomanager-74cf9b985164be8c28a3cd1b11076900792594f8.tar.gz |
* add an out of memory handler
Diffstat (limited to 'PluginRoutingInterfaceAsync/test')
-rw-r--r-- | PluginRoutingInterfaceAsync/test/CMakeLists.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/PluginRoutingInterfaceAsync/test/CMakeLists.txt b/PluginRoutingInterfaceAsync/test/CMakeLists.txt index c060a71..e80d80b 100644 --- a/PluginRoutingInterfaceAsync/test/CMakeLists.txt +++ b/PluginRoutingInterfaceAsync/test/CMakeLists.txt @@ -67,7 +67,7 @@ file(GLOB ASYNC_PLUGIN_INTERFACE_INTERRUPT_SRCS_CXX ) ADD_EXECUTABLE(asyncRoutingInterfaceTest ${ASYNC_PLUGIN_INTERFACE_SRCS_CXX}) -ADD_EXECUTABLE(asyncRoutingInterfaceInterruptTest ${ASYNC_PLUGIN_INTERFACE_INTERRUPT_SRCS_CXX}) +#ADD_EXECUTABLE(asyncRoutingInterfaceInterruptTest ${ASYNC_PLUGIN_INTERFACE_INTERRUPT_SRCS_CXX}) TARGET_LINK_LIBRARIES(asyncRoutingInterfaceTest @@ -79,16 +79,16 @@ TARGET_LINK_LIBRARIES(asyncRoutingInterfaceTest gmock ) -TARGET_LINK_LIBRARIES(asyncRoutingInterfaceInterruptTest - ${DLT_LIBRARIES} - ${CMAKE_DL_LIBS} - ${CMAKE_THREAD_LIBS_INIT} - ${GTEST_LIBRARIES} - ${DBUS_LIBRARY} - gmock -) +#TARGET_LINK_LIBRARIES(asyncRoutingInterfaceInterruptTest +# ${DLT_LIBRARIES} +# ${CMAKE_DL_LIBS} +# ${CMAKE_THREAD_LIBS_INIT} +# ${GTEST_LIBRARIES} +# ${DBUS_LIBRARY} +# gmock +#) -INSTALL(TARGETS asyncRoutingInterfaceInterruptTest +INSTALL(TARGETS asyncRoutingInterfaceTest DESTINATION "~/AudioManagerTest/" PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ COMPONENT tests |