综合平台编程器项目的远程存储
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

27 righe
882 B

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