Skip to content

Commit cf1898e

Browse files
committed
no numa test on OSX
Change-Id: Ief9b010cf38cf4cc835732e39d497b8cf2e997ae
1 parent 1f1418a commit cf1898e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

tests/CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ if(UNIX)
1212
target_link_libraries(daemon_alignment_test)
1313

1414
# numa_to_socket_test
15-
add_executable(numa_to_socket_test numa_to_socket_test.cpp)
16-
target_link_libraries(numa_to_socket_test Threads::Threads PCM_STATIC)
15+
if(not APPLE)
16+
add_executable(numa_to_socket_test numa_to_socket_test.cpp)
17+
target_link_libraries(numa_to_socket_test Threads::Threads PCM_STATIC)
18+
endif()
1719

1820
# cache_verification_test
1921
add_executable(cache_verification_test cache_verification_test.cpp)
@@ -50,4 +52,4 @@ if(PCM_FUZZ)
5052
target_link_libraries(pcm-sensor-server-ssl-fuzz Threads::Threads PCM_STATIC ${SSL_LIBS})
5153
target_link_libraries(pcm-fuzz Threads::Threads PCM_STATIC)
5254
target_link_libraries(pcm-memory-fuzz Threads::Threads PCM_STATIC)
53-
endif()
55+
endif()

0 commit comments

Comments
 (0)