You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
|
|
add_flang_nongtest_unittest(quick-sanity-test
|
|
FortranDecimal
|
|
)
|
|
|
|
# This test is not run by default as it takes a long time to execute.
|
|
add_flang_nongtest_unittest(thorough-test
|
|
SLOW_TEST
|
|
FortranDecimal
|
|
)
|