compute-runtime/shared/test/unit_test/tests_configuration.h

19 lines
341 B
C
Raw Normal View History

/*
* Copyright (C) 2018-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
namespace NEO {
enum class TestMode { NotSpecified,
UnitTests,
AubTests,
AubTestsWithTbx,
TbxTests };
extern TestMode testMode;
} // namespace NEO