mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 07:08:04 +08:00
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:
committed by
Compute-Runtime-Automation
parent
e8494abbe8
commit
3cd4114733
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user