blob: 38d54c77051c5ade157fd4f203fdf80a77df1c20 [file] [log] [blame] [edit]
# Run regression and unit tests
add_lit_testsuite(check-enzyme-integration-sparse "Running enzyme spare integration tests"
${CMAKE_CURRENT_BINARY_DIR}
DEPENDS ClangEnzyme-${LLVM_VERSION_MAJOR}
ARGS -v
)
set_target_properties(check-enzyme-integration-sparse PROPERTIES FOLDER "Tests")
#add_lit_testsuites(ENZYME ${CMAKE_CURRENT_SOURCE_DIR}
# DEPENDS ${ENZYME_TEST_DEPS}
#)