Skip to content

Commit 2fa7eeb

Browse files
committed
Enable base_alloc_global test on Windows
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 85fcd2d commit 2fa7eeb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

test/CMakeLists.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,7 @@ add_umf_test(NAME base_alloc
173173
add_umf_test(NAME base_alloc_linear
174174
SRCS ${BA_SOURCES_FOR_TEST} test_base_alloc_linear.cpp
175175
LIBS umf_utils)
176-
if(LINUX)
177-
# TODO: fix this on windows
178-
add_umf_test(NAME base_alloc_global
179-
SRCS ${BA_SOURCES_FOR_TEST} pools/pool_base_alloc.cpp malloc_compliance_tests.cpp
180-
LIBS umf_utils)
181-
endif()
176+
177+
add_umf_test(NAME base_alloc_global
178+
SRCS ${BA_SOURCES_FOR_TEST} pools/pool_base_alloc.cpp malloc_compliance_tests.cpp
179+
LIBS umf_utils)

0 commit comments

Comments
 (0)