[osal]: don't install unit test

The build system may store those files into a package.

Change-Id: I2ab54da5880d1979a19430520d36324629b8a7d8
Signed-off-by: Randy Li <randy.li@rock-chips.com>
This commit is contained in:
Randy Li
2016-10-28 15:55:55 +08:00
committed by Herman Chen
parent 61fb2802d0
commit 0de5e0599c

View File

@@ -15,7 +15,6 @@ macro(add_mpp_osal_test module)
add_executable(${test_name} ${test_name}.c)
target_link_libraries(${test_name} osal)
set_target_properties(${test_name} PROPERTIES FOLDER "osal/test")
install(TARGETS ${test_name} RUNTIME DESTINATION ${TEST_INSTALL_DIR})
add_test(NAME ${test_name} COMMAND ${test_name})
endif()
endmacro()