Skip to content

Commit

Permalink
Merge pull request #881 from ldorau/Fix_building_the_provider_file_me…
Browse files Browse the repository at this point in the history
…mory_ipc_test

Fix building the `provider_file_memory_ipc` test
  • Loading branch information
lukaszstolarczuk authored Nov 7, 2024
2 parents 5914cd2 + 1eac569 commit d69a241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ if(LINUX AND (NOT UMF_DISABLE_HWLOC)) # OS-specific functions are implemented
LIBS ${UMF_UTILS_FOR_TEST})
add_umf_test(
NAME provider_file_memory_ipc
SRCS provider_file_memory_ipc.cpp
SRCS provider_file_memory_ipc.cpp ${BA_SOURCES_FOR_TEST}
LIBS ${UMF_UTILS_FOR_TEST} ${LIB_JEMALLOC_POOL})

# This test requires Linux-only file memory provider
Expand Down

0 comments on commit d69a241

Please sign in to comment.