Skip to content

Commit 6a967a3

Browse files
committed
Rename disjointCoarseMallocPool test to disjointPoolFileProv
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 32c7d2a commit 6a967a3

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
@@ -204,9 +204,10 @@ if(UMF_BUILD_LIBUMF_POOL_DISJOINT)
204204
SRCS c_api/disjoint_pool.c
205205
LIBS disjoint_pool)
206206
if(LINUX AND (NOT UMF_DISABLE_HWLOC))
207+
# this test uses the file provider
207208
add_umf_test(
208-
NAME disjointCoarseMallocPool
209-
SRCS disjointCoarseMallocPool.cpp
209+
NAME disjointPoolFileProv
210+
SRCS disjointPoolFileProv.cpp
210211
LIBS disjoint_pool)
211212
endif()
212213
endif()
File renamed without changes.

0 commit comments

Comments
 (0)