mkvtoolnix/tests/test-0593flac_with_picture_metadata.rb
2021-07-07 16:10:13 +02:00

13 lines
399 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_593flac_with_picture_metadata
describe "mkvmerge / FLAC with picture blocks treated as attachments"
file = "data/flac/v-pictures.flac"
test_merge file, :skip_if => $is_windows
test_merge file, :args => "-m 0", :skip_if => $is_windows
test_merge file, :args => "-m 1"
test_merge file, :args => "-M"
test_identify file, :skip_if => $is_windows