1add_flang_unittest(FlangRuntimeTests 2 AccessTest.cpp 3 Allocatable.cpp 4 ArrayConstructor.cpp 5 BufferTest.cpp 6 CharacterTest.cpp 7 CommandTest.cpp 8 Complex.cpp 9 CrashHandlerFixture.cpp 10 Derived.cpp 11 ExternalIOTest.cpp 12 Format.cpp 13 Inquiry.cpp 14 ListInputTest.cpp 15 LogicalFormatTest.cpp 16 Matmul.cpp 17 MatmulTranspose.cpp 18 MiscIntrinsic.cpp 19 Namelist.cpp 20 Numeric.cpp 21 NumericalFormatTest.cpp 22 Pointer.cpp 23 Ragged.cpp 24 Random.cpp 25 Reduction.cpp 26 RuntimeCrashTest.cpp 27 Stop.cpp 28 Support.cpp 29 Time.cpp 30 TemporaryStack.cpp 31 Transformational.cpp 32) 33 34target_link_libraries(FlangRuntimeTests 35 PRIVATE 36 FortranRuntime 37) 38 39target_compile_definitions(FlangRuntimeTests PRIVATE NOT_EXE="$<TARGET_FILE:not>") 40 41add_subdirectory(CUDA) 42