Files
openvino/inference-engine/tests/ie_test_utils/CMakeLists.txt
Ilya Lavrenov 39e7905fe1 Fixed LTO for gcc-9 (ubuntu 20.04) (#2616)
* Fixed LTO for gcc-9 (ubuntu 20.04)

* Fixed ODR rules violation for MKLDNN deprecated functional tests

* Fixed tests build for templatePlugin
2020-10-12 06:57:59 +03:00

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()