Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- # 功能测试总入口:性能测试使用 performance_tests.pro 单独运行
- TEMPLATE = subdirs
- CONFIG += ordered
-
- SUBDIRS += \
- domain \
- application_settings \
- alarm_service \
- hmi_editor_service \
- logic_editor_service \
- offline_simulation \
- project_management \
- register_monitor \
- runtime_mode \
- runtime_panel_controller \
- plc_connection_dialog \
- plc_runtime
-
- domain.file = domain_tests.pro
- application_settings.file = application_settings_tests.pro
- alarm_service.file = alarm_service_tests.pro
- hmi_editor_service.file = hmi_editor_service_tests.pro
- logic_editor_service.file = logic_editor_service_tests.pro
- offline_simulation.file = offline_simulation_service_tests.pro
- project_management.file = project_management_tests.pro
- register_monitor.file = register_monitor_service_tests.pro
- runtime_mode.file = runtime_mode_service_tests.pro
- runtime_panel_controller.file = runtime_panel_controller_tests.pro
- plc_connection_dialog.file = plc_connection_dialog_tests.pro
- plc_runtime.file = plc_runtime_tests.pro
|