mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-07 01:52:46 +08:00
[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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user