We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85fcd2d commit 2fa7eebCopy full SHA for 2fa7eeb
test/CMakeLists.txt
@@ -173,9 +173,7 @@ add_umf_test(NAME base_alloc
173
add_umf_test(NAME base_alloc_linear
174
SRCS ${BA_SOURCES_FOR_TEST} test_base_alloc_linear.cpp
175
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()
+
+add_umf_test(NAME base_alloc_global
+ SRCS ${BA_SOURCES_FOR_TEST} pools/pool_base_alloc.cpp malloc_compliance_tests.cpp
+ LIBS umf_utils)
0 commit comments