Plan cube export face targets in app core
This commit is contained in:
@@ -898,6 +898,12 @@ if(TARGET pano_cli)
|
||||
LABELS "app;integration;desktop-fast"
|
||||
PASS_REGULAR_EXPRESSION "\"command\":\"plan-export-target\".*\"kind\":\"collection\".*\"directory\":\"D:/Paint/demo_layers\".*\"stemPath\":\"D:/Paint/demo_layers/demo\"")
|
||||
|
||||
add_test(NAME pano_cli_plan_export_target_cube_faces_smoke
|
||||
COMMAND pano_cli plan-export-target --kind cube-faces --work-dir D:/Paint --doc-name demo)
|
||||
set_tests_properties(pano_cli_plan_export_target_cube_faces_smoke PROPERTIES
|
||||
LABELS "app;integration;desktop-fast"
|
||||
PASS_REGULAR_EXPRESSION "\"command\":\"plan-export-target\".*\"kind\":\"cube-faces\".*\"faceCount\":6.*\"name\":\"front\".*\"path\":\"D:/Paint/demo-front.png\".*\"name\":\"bottom\".*\"path\":\"D:/Paint/demo-bottom.png\"")
|
||||
|
||||
add_test(NAME pano_cli_plan_export_target_name_smoke
|
||||
COMMAND pano_cli plan-export-target --kind name --doc-name demo --suffix -timelapse)
|
||||
set_tests_properties(pano_cli_plan_export_target_name_smoke PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user