2018-03-15 15:53:27 +08:00
|
|
|
#
|
2021-12-23 17:28:36 +08:00
|
|
|
# Copyright (C) 2018-2021 Intel Corporation
|
2018-03-15 15:53:27 +08:00
|
|
|
#
|
2018-09-18 15:11:08 +08:00
|
|
|
# SPDX-License-Identifier: MIT
|
2018-03-15 15:53:27 +08:00
|
|
|
#
|
|
|
|
|
2018-06-21 18:06:32 +08:00
|
|
|
if(TESTS_BDW)
|
|
|
|
add_subdirectories()
|
2020-09-24 23:09:02 +08:00
|
|
|
neo_copy_test_files_with_revision(copy_test_files_bdw_0 bdw 0)
|
2020-10-06 21:26:28 +08:00
|
|
|
add_dependencies(copy_test_files_per_product copy_test_files_bdw_0)
|
2018-06-21 18:06:32 +08:00
|
|
|
endif()
|