Skip to content

Commit ab12e93

Browse files
committed
Enable umfIpcTest for OS provider with scalable pool
1 parent 7010606 commit ab12e93

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/provider_os_memory.cpp

Lines changed: 8 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

@@ -478,6 +481,11 @@ static std::vector<ipcTestParams> ipcTestParamsList = {
478481
createOsMemoryProviderParamsShared, destroyOsMemoryProviderParamsShared,
479482
&hostAccessor},
480483
#endif
484+
#ifdef UMF_POOL_SCALABLE_ENABLED
485+
{umfScalablePoolOps(), nullptr, nullptr, umfOsMemoryProviderOps(),
486+
createOsMemoryProviderParamsShared, destroyOsMemoryProviderParamsShared,
487+
&hostAccessor},
488+
#endif
481489
};
482490

483491
INSTANTIATE_TEST_SUITE_P(osProviderTest, umfIpcTest,

0 commit comments

Comments
 (0)