Skip to content

Commit d69a241

Browse files
Merge pull request #881 from ldorau/Fix_building_the_provider_file_memory_ipc_test
Fix building the `provider_file_memory_ipc` test
2 parents 5914cd2 + 1eac569 commit d69a241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ if(LINUX AND (NOT UMF_DISABLE_HWLOC)) # OS-specific functions are implemented
303303
LIBS ${UMF_UTILS_FOR_TEST})
304304
add_umf_test(
305305
NAME provider_file_memory_ipc
306-
SRCS provider_file_memory_ipc.cpp
306+
SRCS provider_file_memory_ipc.cpp ${BA_SOURCES_FOR_TEST}
307307
LIBS ${UMF_UTILS_FOR_TEST} ${LIB_JEMALLOC_POOL})
308308

309309
# This test requires Linux-only file memory provider

0 commit comments

Comments
 (0)