mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
ULT execution refactor
Add targets to run shared, OpenCL and L0 tests separately. Bind all these to run_unit_tests. Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
155b4ec606
commit
17b0ddd2a3
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2018-2021 Intel Corporation
|
||||
# Copyright (C) 2018-2022 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
@ -55,7 +55,7 @@ if(WIN32)
|
||||
COMMAND echo Running Windows dll tests
|
||||
COMMAND igdrcl_windows_dll_tests
|
||||
)
|
||||
add_dependencies(run_unit_tests run_windows_dll_tests)
|
||||
add_dependencies(run_ocl_tests run_windows_dll_tests)
|
||||
|
||||
set_target_properties(igdrcl_windows_dll_tests PROPERTIES FOLDER ${OPENCL_TEST_PROJECTS_FOLDER})
|
||||
set_target_properties(run_windows_dll_tests PROPERTIES FOLDER ${OPENCL_TEST_PROJECTS_FOLDER})
|
||||
|
Reference in New Issue
Block a user