Move shared preamble tests to target neo_shared_tests

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2021-06-10 15:54:02 +00:00
committed by Compute-Runtime-Automation
parent 0a9f653957
commit 58c331b0b1
2 changed files with 1 additions and 5 deletions

View File

@@ -46,9 +46,5 @@ set(IGDRCL_SRCS_tests_helpers
get_property(NEO_CORE_PREAMBLE_TESTS GLOBAL PROPERTY NEO_CORE_PREAMBLE_TESTS)
list(APPEND IGDRCL_SRCS_tests_helpers
${NEO_CORE_PREAMBLE_TESTS}
)
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_helpers})
add_subdirectories()

View File

@@ -9,5 +9,5 @@ set(NEO_CORE_PREAMBLE_TESTS
${CMAKE_CURRENT_SOURCE_DIR}/preamble_fixture.h
${CMAKE_CURRENT_SOURCE_DIR}/preamble_tests.cpp
)
set_property(GLOBAL PROPERTY NEO_CORE_PREAMBLE_TESTS ${NEO_CORE_PREAMBLE_TESTS})
target_sources(${TARGET_NAME} PRIVATE ${NEO_CORE_PREAMBLE_TESTS})
add_subdirectories()