brintos

brintos / llvm-project-archived public Read only

0
0
Text · 504 B · 25c37c6 Raw
23 lines · plain
1set(UNITTEST_SOURCES2  adt_test.cpp3  bitmask_enum_test.cpp4  c_api_test.cpp5  common.cpp6  endian_test.cpp7  error_test.cpp8  executor_address_test.cpp9  executor_symbol_def_test.cpp10  rtti_test.cpp11  interval_map_test.cpp12  interval_set_test.cpp13  orc_unit_test_main.cpp14  unique_function_test.cpp15  wrapper_function_utils_test.cpp16  simple_packed_serialization_test.cpp17  string_pool_test.cpp18  )19 20if (COMPILER_RT_CAN_EXECUTE_TESTS)21  add_orc_unittest(OrcUnitTest SOURCES ${UNITTEST_SOURCES})22endif()23