mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Allow to use appverifier on each platform
Change-Id: Ia56437f38e1ba96631525e9e8b7f97d72c952e88 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
7300ea9181
commit
42e651cbb0
@ -20,7 +20,7 @@ if(NOT SKIP_NEO_UNIT_TESTS)
|
||||
COMMAND $<TARGET_FILE:igdrcl_tests> --product ${product} --slices ${slices} --subslices ${subslices} --eu_per_ss ${eu_per_ss} ${GTEST_EXCEPTION_OPTIONS} --gtest_repeat=${GTEST_REPEAT} ${GTEST_SHUFFLE} ${IGDRCL_TESTS_LISTENER_OPTION} ${GTEST_FILTER_OPTION}
|
||||
)
|
||||
|
||||
if(WIN32 AND ${CMAKE_BUILD_TYPE} STREQUAL "Debug" AND "${IGDRCL_OPTION__BITS}" STREQUAL "64" AND appverified_allowed)
|
||||
if(WIN32 AND ${CMAKE_BUILD_TYPE} STREQUAL "Debug" AND "${IGDRCL_OPTION__BITS}" STREQUAL "64" AND APPVERIFIER_ALLOWED)
|
||||
add_custom_command(
|
||||
TARGET run_${product}_unit_tests
|
||||
POST_BUILD
|
||||
@ -42,4 +42,4 @@ if(NOT SKIP_L0_UNIT_TESTS AND BUILD_WITH_L0)
|
||||
)
|
||||
endif()
|
||||
|
||||
add_dependencies(run_unit_tests run_${product}_unit_tests)
|
||||
add_dependencies(run_unit_tests run_${product}_unit_tests)
|
||||
|
@ -6,6 +6,5 @@
|
||||
|
||||
if(TESTS_ICLLP)
|
||||
set(unit_test_config "icllp/1/8/8")
|
||||
set(appverified_allowed ${APPVERIFIER_ALLOWED})
|
||||
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
|
||||
endif()
|
||||
|
@ -6,6 +6,5 @@
|
||||
|
||||
if(TESTS_TGLLP)
|
||||
set(unit_test_config "tgllp/1/6/16")
|
||||
set(appverified_allowed ${APPVERIFIER_ALLOWED})
|
||||
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
|
||||
endif()
|
||||
|
@ -6,6 +6,5 @@
|
||||
|
||||
if(TESTS_BDW)
|
||||
set(unit_test_config "bdw/1/3/8")
|
||||
set(appverified_allowed ${APPVERIFIER_ALLOWED})
|
||||
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
|
||||
endif()
|
||||
|
@ -6,6 +6,5 @@
|
||||
|
||||
if(TESTS_SKL)
|
||||
set(unit_test_config "skl/1/3/8")
|
||||
set(appverified_allowed ${APPVERIFIER_ALLOWED})
|
||||
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user