Skip to content

Commit 6abe01e

Browse files
committed
Enable umfIpcTest for OS provider with scalable pool
1 parent e53e52f commit 6abe01e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/provider_os_memory.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
#ifdef UMF_POOL_JEMALLOC_ENABLED
1717
#include <umf/pools/pool_jemalloc.h>
1818
#endif
19+
#ifdef UMF_POOL_SCALABLE_ENABLED
20+
#include <umf/pools/pool_scalable.h>
21+
#endif
1922

2023
using umf_test::test;
2124

@@ -428,6 +431,10 @@ static std::vector<ipcTestParams> ipcTestParamsList = {
428431
{umfJemallocPoolOps(), nullptr, umfOsMemoryProviderOps(), &os_params,
429432
&hostAccessor, false},
430433
#endif
434+
#ifdef UMF_POOL_SCALABLE_ENABLED
435+
{umfScalablePoolOps(), nullptr, umfOsMemoryProviderOps(), &os_params,
436+
&hostAccessor, false},
437+
#endif
431438
};
432439

433440
INSTANTIATE_TEST_SUITE_P(osProviderTest, umfIpcTest,

0 commit comments

Comments
 (0)