Skip to content

Commit 7fec989

Browse files
committed
Rename disjointCoarseMallocPool test to disjointPoolFileProv
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent 450c5a9 commit 7fec989

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,10 @@ if(UMF_BUILD_LIBUMF_POOL_DISJOINT)
214214
SRCS c_api/disjoint_pool.c
215215
LIBS disjoint_pool)
216216
if(LINUX AND (NOT UMF_DISABLE_HWLOC))
217+
# this test uses the file provider
217218
add_umf_test(
218-
NAME disjointCoarseMallocPool
219-
SRCS disjointCoarseMallocPool.cpp
219+
NAME disjointPoolFileProv
220+
SRCS disjointPoolFileProv.cpp
220221
LIBS disjoint_pool)
221222
endif()
222223
endif()
File renamed without changes.

0 commit comments

Comments
 (0)