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 6, 2024
1 parent 4a2136e commit 4cc48bb
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 @@ -11,6 +11,9 @@
#include <umf/memory_provider.h>
#include <umf/pools/pool_disjoint.h>
#include <umf/providers/provider_os_memory.h>
#ifdef UMF_POOL_SCALABLE_ENABLED
#include <umf/pools/pool_scalable.h>
#endif

using umf_test::test;

Expand Down Expand Up @@ -389,6 +392,10 @@ static std::vector<ipcTestParams> ipcTestParamsList = {
{umfDisjointPoolOps(), &disjointParams, 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 4cc48bb

Please sign in to comment.