Skip to content

Commit c29e894

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

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
@@ -207,9 +207,10 @@ if(UMF_BUILD_LIBUMF_POOL_DISJOINT)
207207
SRCS c_api/disjoint_pool.c
208208
LIBS disjoint_pool)
209209
if(LINUX AND (NOT UMF_DISABLE_HWLOC))
210+
# this test uses the file provider
210211
add_umf_test(
211-
NAME disjointCoarseMallocPool
212-
SRCS disjointCoarseMallocPool.cpp
212+
NAME disjointPoolFileProv
213+
SRCS disjointPoolFileProv.cpp
213214
LIBS disjoint_pool)
214215
endif()
215216
endif()
File renamed without changes.

0 commit comments

Comments
 (0)