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.
11 lines
273 B
11 lines
273 B
7 months ago
|
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
|
||
|
)
|