We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450c5a9 commit 7fec989Copy full SHA for 7fec989
test/CMakeLists.txt
@@ -214,9 +214,10 @@ if(UMF_BUILD_LIBUMF_POOL_DISJOINT)
214
SRCS c_api/disjoint_pool.c
215
LIBS disjoint_pool)
216
if(LINUX AND (NOT UMF_DISABLE_HWLOC))
217
+ # this test uses the file provider
218
add_umf_test(
- NAME disjointCoarseMallocPool
219
- SRCS disjointCoarseMallocPool.cpp
+ NAME disjointPoolFileProv
220
+ SRCS disjointPoolFileProv.cpp
221
222
endif()
223
test/disjointCoarseMallocPool.cpp renamed to test/disjointPoolFileProv.cpp
0 commit comments