综合平台编程器项目的远程存储
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.
 
 
 
 

35 regels
1.2 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_settings \
  15. runtime_mode \
  16. runtime_panel_controller \
  17. plc_connection_dialog \
  18. plc_runtime
  19. domain.file = domain_tests.pro
  20. application_settings.file = application_settings_tests.pro
  21. alarm_service.file = alarm_service_tests.pro
  22. hmi_editor_service.file = hmi_editor_service_tests.pro
  23. logic_editor_service.file = logic_editor_service_tests.pro
  24. offline_simulation.file = offline_simulation_service_tests.pro
  25. project_management.file = project_management_tests.pro
  26. register_monitor.file = register_monitor_service_tests.pro
  27. runtime_project_bundle.file = runtime_project_bundle_tests.pro
  28. runtime_settings.file = runtime_settings_tests.pro
  29. runtime_mode.file = runtime_mode_service_tests.pro
  30. runtime_panel_controller.file = runtime_panel_controller_tests.pro
  31. plc_connection_dialog.file = plc_connection_dialog_tests.pro
  32. plc_runtime.file = plc_runtime_tests.pro