|
|
|
@ -9,6 +9,8 @@ add_executable(
|
|
|
|
|
test_CustomStackTracePrint.cpp
|
|
|
|
|
)
|
|
|
|
|
link_paddle_exe(test_CustomStackTracePrint)
|
|
|
|
|
add_test(NAME test_CustomStackTracePrint
|
|
|
|
|
COMMAND ${PROJ_ROOT}/paddle/utils/tests/test_CustomStackTracePrint.sh
|
|
|
|
|
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
|
|
|
|
|
if(NOT APPLE)
|
|
|
|
|
add_test(NAME test_CustomStackTracePrint
|
|
|
|
|
COMMAND ${PROJ_ROOT}/paddle/utils/tests/test_CustomStackTracePrint.sh
|
|
|
|
|
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
|
|
|
|
|
endif()
|
|
|
|
|