Skip to content

Commit 680bf7d

Browse files
authored
Merge pull request #826 from ldorau/Split_tests_from_disjointCoarseMallocPool.cpp
Split tests from disjoint coarse malloc pool.cpp
2 parents e060b6d + ca50f80 commit 680bf7d

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)