Skip to content

Commit 3944ffd

Browse files
committed
Enable umfIpcTest for OS provider with scalable pool
1 parent d658fae commit 3944ffd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/provider_os_memory.cpp

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
#ifdef UMF_POOL_JEMALLOC_ENABLED
1515
#include <umf/pools/pool_jemalloc.h>
1616
#endif
17+
#ifdef UMF_POOL_SCALABLE_ENABLED
18+
#include <umf/pools/pool_scalable.h>
19+
#endif
1720

1821
using umf_test::test;
1922

@@ -470,6 +473,11 @@ static std::vector<ipcTestParams> ipcTestParamsList = {
470473
createOsMemoryProviderParamsShared, destroyOsMemoryProviderParamsShared,
471474
&hostAccessor},
472475
#endif
476+
#ifdef UMF_POOL_SCALABLE_ENABLED
477+
{umfScalablePoolOps(), nullptr, nullptr, umfOsMemoryProviderOps(),
478+
createOsMemoryProviderParamsShared, destroyOsMemoryProviderParamsShared,
479+
&hostAccessor},
480+
#endif
473481
};
474482

475483
INSTANTIATE_TEST_SUITE_P(osProviderTest, umfIpcTest,

0 commit comments

Comments
 (0)