Skip to content

Commit 415a01e

Browse files
committed
Enable base_alloc_global test on Windows
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 0d15548 commit 415a01e

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
@@ -176,9 +176,7 @@ add_umf_test(NAME base_alloc
176176
add_umf_test(NAME base_alloc_linear
177177
SRCS ${BA_SOURCES_FOR_TEST} test_base_alloc_linear.cpp
178178
LIBS umf_utils)
179-
if(LINUX)
180-
# TODO: fix this on windows
181-
add_umf_test(NAME base_alloc_global
182-
SRCS ${BA_SOURCES_FOR_TEST} pools/pool_base_alloc.cpp malloc_compliance_tests.cpp
183-
LIBS umf_utils)
184-
endif()
179+
180+
add_umf_test(NAME base_alloc_global
181+
SRCS ${BA_SOURCES_FOR_TEST} pools/pool_base_alloc.cpp malloc_compliance_tests.cpp
182+
LIBS umf_utils)

0 commit comments

Comments
 (0)