Files
openvino/inference-engine/tests/CMakeLists.txt
Ilya Lavrenov 82d0aaf1dd used native LTO support from cmake 3.9.6 (#2625)
* used native LTO support from cmake 3.9.6

* Removed compilation flags push / pop

* Fixes

* Fixes for VPU unit tests

* Temp WA for old gcc
2020-10-14 10:43:24 +03:00

18 lines
347 B
CMake

# Copyright (C) 2019 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#
set(IE_TESTS_ROOT ${CMAKE_CURRENT_SOURCE_DIR})
enable_testing()
add_subdirectory(ngraph_functions)
add_subdirectory(unit)
if(ENABLE_FUNCTIONAL_TESTS)
add_subdirectory(ie_test_utils)
endif()
if (ENABLE_FUNCTIONAL_TESTS)
add_subdirectory(functional)
endif()