Move L0Debugger tests to shared

- change tests to non-parameterized when parameters are not needed

Related-To: NEO-7075

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2022-07-05 15:55:15 +00:00
committed by Compute-Runtime-Automation
parent e8494abbe8
commit 3cd4114733
30 changed files with 744 additions and 672 deletions

View File

@@ -8,12 +8,13 @@
#include "shared/source/gen12lp/hw_cmds.h"
#include "shared/source/helpers/populate_factory.h"
#include "shared/test/common/libult/ult_command_stream_receiver.h"
#include "shared/test/common/mocks/mock_l0_debugger.h"
namespace NEO {
typedef TGLLPFamily Family;
static auto gfxCore = IGFX_GEN12LP_CORE;
constexpr auto gfxCore = IGFX_GEN12LP_CORE;
extern CommandStreamReceiverCreateFunc commandStreamReceiverFactory[2 * IGFX_MAX_CORE];
@@ -29,6 +30,7 @@ struct enableGen12LP {
};
static enableGen12LP enable;
static MockDebuggerL0HwPopulateFactory<gfxCore, Family> mockDebuggerGen12lp;
template class UltCommandStreamReceiver<TGLLPFamily>;
} // namespace NEO