blob: f26aca5d0e9b6bc905e189ff2477d7b206c96722 [file] [log] [blame]
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
add_executable(quick-sanity-test
quick-sanity-test.cpp
)
target_link_libraries(quick-sanity-test
FortranDecimal
LLVMSupport
)
add_executable(thorough-test
thorough-test.cpp
)
target_link_libraries(thorough-test
FortranDecimal
LLVMSupport
)
add_test(NAME Sanity COMMAND quick-sanity-test)