Skip to content

Commit 1eac569

Browse files
committed
Fix building the provider_file_memory_ipc test
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent 5914cd2 commit 1eac569

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)