Skip to content

Commit 0b9cabe

Browse files
authored
Merge pull request #315 from ldorau/Enable_base_alloc_global_test_on_Windows
Enable base_alloc_global test on Windows
2 parents 85fcd2d + 2fa7eeb commit 0b9cabe

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)