[flang] Add cpowi function to runtime and use instead of pgmath
[platform/upstream/llvm.git] / flang / unittests / Runtime / CMakeLists.txt
1 add_flang_unittest(FlangRuntimeTests
2   BufferTest.cpp
3   CharacterTest.cpp
4   CommandTest.cpp
5   Complex.cpp
6   CrashHandlerFixture.cpp
7   ExternalIOTest.cpp
8   Format.cpp
9   Inquiry.cpp
10   ListInputTest.cpp
11   Matmul.cpp
12   MiscIntrinsic.cpp
13   Namelist.cpp
14   Numeric.cpp
15   NumericalFormatTest.cpp
16   Pointer.cpp
17   Ragged.cpp
18   Random.cpp
19   Reduction.cpp
20   RuntimeCrashTest.cpp
21   Stop.cpp
22   Time.cpp
23   Transformational.cpp
24 )
25
26 target_link_libraries(FlangRuntimeTests
27   PRIVATE
28   FortranRuntime
29 )