compute-runtime/unit_tests/tests_configuration.h

19 lines
340 B
C++

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