/* * Copyright (C) 2017-2019 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "unit_tests/tests_configuration.h" namespace NEO { unsigned int ultIterationMaxTime = 45; bool useMockGmm = true; const char *executionDirectorySuffix = ""; TestMode testMode = TestMode::UnitTests; } // namespace NEO