File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ add_test(NAME Encoder_runs COMMAND ${CMAKE_CURRENT_BINARY_DIR}/bin/oapv_app_enc)
140140add_test (NAME Decoder_runs COMMAND ${CMAKE_CURRENT_BINARY_DIR} /bin/oapv_app_dec)
141141
142142# Test - encode
143- add_test (NAME encode COMMAND ${CMAKE_CURRENT_BINARY_DIR} /bin/oapv_app_enc -i ${CMAKE_CURRENT_SOURCE_DIR} /test /sequence/pattern1_yuv422p10le_320x240_25fps.y4m -o out.oapv)
143+ add_test (NAME encode COMMAND ${CMAKE_CURRENT_BINARY_DIR} /bin/oapv_app_enc -i ${CMAKE_CURRENT_SOURCE_DIR} /test /sequence/pattern1_yuv422p10le_320x240_25fps.y4m -w 320 -h 240 -z 25 - o out.oapv)
144144set_tests_properties (encode PROPERTIES FAIL_REGULAR_EXPRESSION "Encoded frame count = 0" )
145145set_tests_properties (encode PROPERTIES PASS_REGULAR_EXPRESSION "Encoded frame count = 125" )
146146
You can’t perform that action at this time.
0 commit comments