Update infra

- set revision = 9 for gen9

Change-Id: Icd8b73003eee3b1d32dbe3014c93174441e21f6a
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2020-10-02 09:37:14 +02:00
committed by sys_ocldev
parent 7e31ec37d7
commit cd85bcffdb
16 changed files with 44 additions and 35 deletions

View File

@ -12,6 +12,6 @@ if(TESTS_CFL)
)
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_gen9_cfl})
add_subdirectories()
neo_copy_test_files_with_revision(copy_test_files_cfl_0 cfl 0)
add_dependencies(unit_tests copy_test_files_cfl_0)
neo_copy_test_files_with_revision(copy_test_files_cfl_9 cfl 9)
add_dependencies(unit_tests copy_test_files_cfl_9)
endif()