bolt/deps/llvm-18.1.8/flang/unittests/Runtime/CMakeLists.txt
2025-02-14 19:21:04 +01:00

35 lines
606 B
CMake

add_flang_unittest(FlangRuntimeTests
Allocatable.cpp
ArrayConstructor.cpp
BufferTest.cpp
CharacterTest.cpp
CommandTest.cpp
Complex.cpp
CrashHandlerFixture.cpp
Derived.cpp
ExternalIOTest.cpp
Format.cpp
Inquiry.cpp
ListInputTest.cpp
LogicalFormatTest.cpp
Matmul.cpp
MatmulTranspose.cpp
MiscIntrinsic.cpp
Namelist.cpp
Numeric.cpp
NumericalFormatTest.cpp
Pointer.cpp
Ragged.cpp
Random.cpp
Reduction.cpp
RuntimeCrashTest.cpp
Stop.cpp
Time.cpp
TemporaryStack.cpp
Transformational.cpp
)
target_link_libraries(FlangRuntimeTests
PRIVATE
FortranRuntime
)