Skip to content

Commit

Permalink
Enable umfIpcTest for OS provider with scalable pool
Browse files Browse the repository at this point in the history
  • Loading branch information
vinser52 committed Nov 27, 2024
1 parent 1369352 commit 8f3a908
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/provider_os_memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
#ifdef UMF_POOL_JEMALLOC_ENABLED
#include <umf/pools/pool_jemalloc.h>
#endif
#ifdef UMF_POOL_SCALABLE_ENABLED
#include <umf/pools/pool_scalable.h>
#endif

using umf_test::test;

Expand Down Expand Up @@ -428,6 +431,10 @@ static std::vector<ipcTestParams> ipcTestParamsList = {
{umfJemallocPoolOps(), nullptr, umfOsMemoryProviderOps(), &os_params,
&hostAccessor, false},
#endif
#ifdef UMF_POOL_SCALABLE_ENABLED
{umfScalablePoolOps(), nullptr, umfOsMemoryProviderOps(), &os_params,
&hostAccessor, false},
#endif
};

INSTANTIATE_TEST_SUITE_P(osProviderTest, umfIpcTest,
Expand Down

0 comments on commit 8f3a908

Please sign in to comment.