2026-04-06 16:20:46 +08:00
|
|
|
file(TO_CMAKE_PATH "${CMAKE_SOURCE_DIR}" XCENGINE_EDITOR_UI_TESTS_REPO_ROOT_PATH)
|
|
|
|
|
|
|
|
|
|
add_subdirectory(shared)
|
|
|
|
|
add_subdirectory(workspace_shell_compose)
|
|
|
|
|
add_subdirectory(state)
|
2026-04-06 03:17:53 +08:00
|
|
|
|
|
|
|
|
add_custom_target(editor_ui_integration_tests
|
|
|
|
|
DEPENDS
|
2026-04-06 16:20:46 +08:00
|
|
|
editor_ui_workspace_shell_compose_validation
|
|
|
|
|
editor_ui_panel_session_flow_validation
|
2026-04-06 03:17:53 +08:00
|
|
|
)
|