xref: /openbsd-src/gnu/llvm/compiler-rt/lib/orc/tests/unit/CMakeLists.txt (revision 810390e339a5425391477d5d41c78d7cab2424ac)
1set(UNITTEST_SOURCES
2  adt_test.cpp
3  c_api_test.cpp
4  endian_test.cpp
5  error_test.cpp
6  executor_address_test.cpp
7  extensible_rtti_test.cpp
8  interval_map_test.cpp
9  interval_set_test.cpp
10  orc_unit_test_main.cpp
11  wrapper_function_utils_test.cpp
12  simple_packed_serialization_test.cpp
13  string_pool_test.cpp
14  )
15
16if (COMPILER_RT_CAN_EXECUTE_TESTS)
17  add_orc_unittest(OrcUnitTest SOURCES ${UNITTEST_SOURCES})
18endif()
19