mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Move shared preamble tests to target neo_shared_tests
Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0a9f653957
commit
58c331b0b1
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user