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 0d15548 commit 415a01eCopy full SHA for 415a01e
test/CMakeLists.txt
@@ -176,9 +176,7 @@ add_umf_test(NAME base_alloc
176
add_umf_test(NAME base_alloc_linear
177
SRCS ${BA_SOURCES_FOR_TEST} test_base_alloc_linear.cpp
178
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()
+
+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