test: add new method to unit test helper

- update base command list mock

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2025-06-02 23:34:38 +00:00
committed by Compute-Runtime-Automation
parent f2364b437d
commit bafb2b6190
8 changed files with 22 additions and 0 deletions

View File

@@ -133,6 +133,8 @@ struct UnitTestHelper : public UnitTestHelperBase<GfxFamily> {
static void getSpaceAndInitWalkerCmd(LinearStream &stream, bool heapless);
static void *getInitWalkerCmd(bool heapless);
static size_t getWalkerSize(bool isHeaplessEnabled);
template <typename WalkerType>
static uint64_t getWalkerActivePostSyncAddress(WalkerType *walkerCmd);
static bool isHeaplessAllowed();
};