综合平台编程器项目的远程存储
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

33 lines
1.1 KiB

  1. # 功能测试总入口:性能测试使用 performance_tests.pro 单独运行
  2. TEMPLATE = subdirs
  3. CONFIG += ordered
  4. SUBDIRS += \
  5. domain \
  6. application_settings \
  7. alarm_service \
  8. hmi_editor_service \
  9. logic_editor_service \
  10. offline_simulation \
  11. project_management \
  12. register_monitor \
  13. runtime_project_bundle \
  14. runtime_mode \
  15. runtime_panel_controller \
  16. plc_connection_dialog \
  17. plc_runtime
  18. domain.file = domain_tests.pro
  19. application_settings.file = application_settings_tests.pro
  20. alarm_service.file = alarm_service_tests.pro
  21. hmi_editor_service.file = hmi_editor_service_tests.pro
  22. logic_editor_service.file = logic_editor_service_tests.pro
  23. offline_simulation.file = offline_simulation_service_tests.pro
  24. project_management.file = project_management_tests.pro
  25. register_monitor.file = register_monitor_service_tests.pro
  26. runtime_project_bundle.file = runtime_project_bundle_tests.pro
  27. runtime_mode.file = runtime_mode_service_tests.pro
  28. runtime_panel_controller.file = runtime_panel_controller_tests.pro
  29. plc_connection_dialog.file = plc_connection_dialog_tests.pro
  30. plc_runtime.file = plc_runtime_tests.pro