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.
|
- # 测试总入口:只负责编排目标,不把不同环境的测试揉成一个可执行文件
- TEMPLATE = subdirs
- CONFIG += ordered
-
- SUBDIRS += \
- domain \
- alarm_service \
- hmi_editor_service \
- logic_editor_service \
- offline_simulation \
- project_management \
- register_monitor \
- runtime_mode \
- plc_runtime \
- main_window \
- performance
-
- domain.file = domain_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
- plc_runtime.file = plc_runtime_tests.pro
- main_window.file = main_window_tests.pro
- performance.file = performance_tests.pro
|