mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 16:24:18 +08:00
build: on x86 build and run ocloc test by defaul
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
24c57a3d68
commit
cdd6d84f12
@@ -136,7 +136,7 @@ string(TOLOWER ${DEFAULT_TESTED_PLATFORM} CLOC_LIB_DEFAULT_DEVICE)
|
|||||||
add_custom_target(run_ocloc_tests ALL
|
add_custom_target(run_ocloc_tests ALL
|
||||||
DEPENDS ocloc_tests
|
DEPENDS ocloc_tests
|
||||||
)
|
)
|
||||||
if(NOT NEO_DISABLE_BUILTINS_COMPILATION)
|
if(${NEO_TARGET_PROCESSOR} STREQUAL "x86_64")
|
||||||
add_dependencies(run_unit_tests run_ocloc_tests)
|
add_dependencies(run_unit_tests run_ocloc_tests)
|
||||||
add_dependencies(unit_tests ocloc_tests)
|
add_dependencies(unit_tests ocloc_tests)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user