move aub test suite to shared tests executable

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2022-01-17 10:26:46 +00:00
committed by Compute-Runtime-Automation
parent 9147d4c203
commit 03366f11d2
2 changed files with 7 additions and 7 deletions

View File

@@ -16,9 +16,12 @@ set(NEO_CORE_OS_INTERFACE_TESTS
)
set_property(GLOBAL PROPERTY NEO_CORE_OS_INTERFACE_TESTS ${NEO_CORE_OS_INTERFACE_TESTS})
target_sources(${TARGET_NAME} PRIVATE
${NEO_CORE_OS_INTERFACE_TESTS}
)
set_property(GLOBAL PROPERTY NEO_CORE_OS_INTERFACE_AUB_TESTS ${NEO_CORE_OS_INTERFACE_AUB_TESTS})
target_sources(${TARGET_NAME} PRIVATE
${NEO_CORE_OS_INTERFACE_TESTS}
${NEO_CORE_OS_INTERFACE_AUB_TESTS}
)
add_subdirectories()