blob: 29da2b87ba4fc4aba22d3b0b3cb856527be7715a [file] [log] [blame]
configure_lit_site_cfg(
${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.py.in
${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg.py
MAIN_CONFIG
${CMAKE_CURRENT_SOURCE_DIR}/lit.cfg.py
)
set(STANDALONE_TEST_DEPENDS
FileCheck count not
standalone-opt
standalone-translate
)
add_lit_testsuite(check-standalone "Running the standalone regression tests"
${CMAKE_CURRENT_BINARY_DIR}
DEPENDS ${STANDALONE_TEST_DEPENDS}
)
set_target_properties(check-standalone PROPERTIES FOLDER "Tests")
add_lit_testsuites(STANDALONE ${CMAKE_CURRENT_SOURCE_DIR} DEPENDS ${STANDALONE_TEST_DEPENDS})