blob: 112b02f9029f90122835a21e6292ec24a242c553 [file] [log] [blame]
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
add_flang_nongtest_unittest(quick-sanity-test
FortranDecimal
LLVMSupport
)
# This test is not run by default as it takes a long time to execute
add_executable(thorough-test
thorough-test.cpp
)
target_link_libraries(thorough-test
FortranDecimal
LLVMSupport
)