mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
8e270adcef
Implements #2042.
9 lines
157 B
Ruby
Executable File
9 lines
157 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
files = %w{w64-pcm16.w64 w64-pcm32.w64}
|
|
|
|
# T_607wave64
|
|
describe "mkvmerge / Wave64"
|
|
|
|
files.each { |file| test_merge "data/wav/#{file}" }
|