From 6853ed3946c9c11d61cd398ca1e964eab39187e7 Mon Sep 17 00:00:00 2001 From: "Andrzejewski, Krystian" Date: Fri, 13 Dec 2024 20:35:03 +0000 Subject: [PATCH] Add missing dependencies to check-igc This change is to add missing dependencies to check-igc to track upadates in config files. --- IGC/Compiler/tests/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IGC/Compiler/tests/CMakeLists.txt b/IGC/Compiler/tests/CMakeLists.txt index 950c4f480e95..643febd917ce 100644 --- a/IGC/Compiler/tests/CMakeLists.txt +++ b/IGC/Compiler/tests/CMakeLists.txt @@ -58,8 +58,8 @@ file(GLOB_RECURSE _site_config_files "${CMAKE_CURRENT_BINARY_DIR}/*/lit.site.cfg # for copying them. if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.17") igc_add_lit_target(check-igc "${IGC_TEST_BINARY_DIR}" "Running the IGC LIT tests" - DEPENDS ${IGC_LIT_TEST_DEPENDS} ${_tests} - SOURCES ${_tests} ${CMAKE_CURRENT_SOURCE_DIR}/lit.cfg.py ${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.py.in ${IGC_LIT_CONFIG_FILE} + DEPENDS ${IGC_LIT_TEST_DEPENDS} ${_tests} ${CMAKE_CURRENT_SOURCE_DIR}/lit.cfg.py ${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.py.in ${IGC_LIT_CONFIG_FILE} + SOURCES ${_tests} ${CMAKE_CURRENT_SOURCE_DIR}/lit.cfg.py ${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.py.in ${_site_config_files} ) else() add_lit_testsuite(check-igc "Running the IGC LIT tests"