Changeset View
Changeset View
Standalone View
Standalone View
flang/unittests/CMakeLists.txt
add_custom_target(check-flang-unit) | |||||
set_target_properties(check-flang-unit PROPERTIES FOLDER "Flang Unit Tests") | |||||
function(add_flang_unittest test_dirname) | |||||
add_unittest(check-flang-unit ${test_dirname} ${ARGN}) | |||||
endfunction() | |||||
add_subdirectory(Optimizer) | |||||
add_subdirectory(Decimal) | add_subdirectory(Decimal) | ||||
add_subdirectory(Evaluate) | add_subdirectory(Evaluate) | ||||
add_subdirectory(Runtime) | add_subdirectory(Runtime) |