repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lldb] Add ability to hide the root name of a value
[llvm-project.git]
/
flang
/
unittests
/
Decimal
/
CMakeLists.txt
blob
d301a9d3628c567d765382f96cf4388896405ca6
1
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
2
add_flang_nongtest_unittest(quick-sanity-test
3
FortranDecimal
4
)
5
6
# This test is not run by default as it takes a long time to execute.
7
add_flang_nongtest_unittest(thorough-test
8
SLOW_TEST
9
FortranDecimal
10
)