mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:06:32 +08:00
Move common test files to shared libult
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b488d67a0e
commit
5f97ff1513
16
shared/test/common/libult/abort.cpp
Normal file
16
shared/test/common/libult/abort.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/helpers/abort.h"
|
||||
|
||||
#include <exception>
|
||||
|
||||
namespace NEO {
|
||||
void abortExecution() {
|
||||
throw std::exception();
|
||||
}
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user