Move common test files to shared libult

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-10-07 15:08:41 +00:00
committed by Compute-Runtime-Automation
parent b488d67a0e
commit 5f97ff1513
11 changed files with 4 additions and 13 deletions

View 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