Skip to content

Commit

Permalink
Add missing dependencies to check-igc
Browse files Browse the repository at this point in the history
This change is to add missing dependencies to check-igc to track upadates in config files.
  • Loading branch information
krystian-andrzejewski authored and igcbot committed Dec 17, 2024
1 parent 1e7f3e2 commit 6853ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IGC/Compiler/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6853ed3

Please sign in to comment.