brintos

brintos / llvm-project-archived public Read only

0
0
Text · 273 B · d301a9d Raw
11 lines · plain
1set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})2add_flang_nongtest_unittest(quick-sanity-test3  FortranDecimal4)5 6# This test is not run by default as it takes a long time to execute.7add_flang_nongtest_unittest(thorough-test8  SLOW_TEST9  FortranDecimal10)11