Skip to content

Commit ca50f80

Browse files
committed
Split tests from disjointCoarseMallocPool.cpp
Move all tests that do not use the disjoint_pool to a separate test file provider_coarse.cpp. This new file contains only pure provider tests of the coarse provider. Signed-off-by: Lukasz Dorau <[email protected]>
1 parent e060b6d commit ca50f80

File tree

3 files changed

+640
-603
lines changed

3 files changed

+640
-603
lines changed

test/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ add_umf_test(
152152
SRCS utils/utils.cpp
153153
LIBS ${UMF_UTILS_FOR_TEST})
154154

155+
add_umf_test(NAME provider_coarse SRCS provider_coarse.cpp)
156+
155157
if(UMF_BUILD_LIBUMF_POOL_DISJOINT)
156158
add_umf_test(
157159
NAME disjointPool

0 commit comments

Comments
 (0)