[lldb] Add ability to hide the root name of a value
[llvm-project.git] / flang / unittests / Runtime / CMakeLists.txt
blob325eb5433f3a0a7507a001ee499d535d6b665691
1 add_flang_unittest(FlangRuntimeTests
2   Allocatable.cpp
3   ArrayConstructor.cpp
4   BufferTest.cpp
5   CharacterTest.cpp
6   CommandTest.cpp
7   Complex.cpp
8   CrashHandlerFixture.cpp
9   Derived.cpp
10   ExternalIOTest.cpp
11   Format.cpp
12   Inquiry.cpp
13   ListInputTest.cpp
14   Matmul.cpp
15   MatmulTranspose.cpp
16   MiscIntrinsic.cpp
17   Namelist.cpp
18   Numeric.cpp
19   NumericalFormatTest.cpp
20   Pointer.cpp
21   Ragged.cpp
22   Random.cpp
23   Reduction.cpp
24   RuntimeCrashTest.cpp
25   Stop.cpp
26   Time.cpp
27   Transformational.cpp
30 target_link_libraries(FlangRuntimeTests
31   PRIVATE
32   FortranRuntime