Skip to content

Commit 4cc48bb

Browse files
committed
Enable umfIpcTest for OS provider with scalable pool
1 parent 4a2136e commit 4cc48bb

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
@@ -11,6 +11,9 @@
1111
#include <umf/memory_provider.h>
1212
#include <umf/pools/pool_disjoint.h>
1313
#include <umf/providers/provider_os_memory.h>
14+
#ifdef UMF_POOL_SCALABLE_ENABLED
15+
#include <umf/pools/pool_scalable.h>
16+
#endif
1417

1518
using umf_test::test;
1619

@@ -389,6 +392,10 @@ static std::vector<ipcTestParams> ipcTestParamsList = {
389392
{umfDisjointPoolOps(), &disjointParams, umfOsMemoryProviderOps(),
390393
&os_params, &hostAccessor, false},
391394
#endif
395+
#ifdef UMF_POOL_SCALABLE_ENABLED
396+
{umfScalablePoolOps(), nullptr, umfOsMemoryProviderOps(), &os_params,
397+
&hostAccessor, false},
398+
#endif
392399
};
393400

394401
INSTANTIATE_TEST_SUITE_P(osProviderTest, umfIpcTest,

0 commit comments

Comments
 (0)