Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousGeorgiy committed Feb 10, 2022
1 parent eb87bde commit 00520e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,7 @@ target_link_libraries(serializer.test unit box ${LUAJIT_LIBRARIES})
add_executable(watcher.test watcher.c)
target_link_libraries(watcher.test unit box)

if (UNWIND_LIBRARY AND HAVE_LIBUNWIND_H AND
NOT CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "arm*" AND
NOT CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "aarch*")
if (UNWIND_LIBRARY AND HAVE_LIBUNWIND_H)
add_executable(backtrace_unw_coro.test
backtrace_unw_coro.c
core_test_utils.c)
Expand Down

0 comments on commit 00520e4

Please sign in to comment.