Create animation documents from pano cli
This commit is contained in:
@@ -202,6 +202,12 @@ if(TARGET pano_cli)
|
||||
set_tests_properties(pano_cli_create_document_smoke PROPERTIES
|
||||
LABELS "integration;desktop-fast")
|
||||
|
||||
add_test(NAME pano_cli_create_animation_document_smoke
|
||||
COMMAND pano_cli create-document --width 64 --height 32 --layers 2 --frames 3 --frame-duration-ms 250)
|
||||
set_tests_properties(pano_cli_create_animation_document_smoke PROPERTIES
|
||||
LABELS "document;integration;desktop-fast"
|
||||
PASS_REGULAR_EXPRESSION "\"frames\":3.*\"activeFrame\":2.*\"animationDurationMs\":750")
|
||||
|
||||
add_test(NAME pano_cli_inspect_image_rejects_unsupported
|
||||
COMMAND pano_cli inspect-image --path "${CMAKE_CURRENT_SOURCE_DIR}/data/images/unsupported-image.txt")
|
||||
set_tests_properties(pano_cli_inspect_image_rejects_unsupported PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user