* Fixed LTO for gcc-9 (ubuntu 20.04) * Fixed ODR rules violation for MKLDNN deprecated functional tests * Fixed tests build for templatePlugin
13 lines
266 B
CMake
13 lines
266 B
CMake
# Copyright (C) 2019 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if (ENABLE_TESTS)
|
|
add_subdirectory(common_test_utils)
|
|
add_subdirectory(unit_test_utils)
|
|
endif()
|
|
|
|
if (ENABLE_FUNCTIONAL_TESTS)
|
|
add_subdirectory(functional_test_utils)
|
|
endif()
|