Skip to content

Commit 61d39a8

Browse files
committed
Rename disjointCoarseMallocPool test to disjointPoolFileProv
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent a037356 commit 61d39a8

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
@@ -215,9 +215,10 @@ if(UMF_BUILD_LIBUMF_POOL_DISJOINT)
215215
SRCS c_api/disjoint_pool.c
216216
LIBS disjoint_pool)
217217
if(LINUX AND (NOT UMF_DISABLE_HWLOC))
218+
# this test uses the file provider
218219
add_umf_test(
219-
NAME disjointCoarseMallocPool
220-
SRCS disjointCoarseMallocPool.cpp
220+
NAME disjointPoolFileProv
221+
SRCS disjointPoolFileProv.cpp
221222
LIBS disjoint_pool)
222223
endif()
223224
endif()
File renamed without changes.

0 commit comments

Comments
 (0)