mkvtoolnix/tests/test-001mp3.rb
2004-08-30 22:17:55 +00:00

13 lines
183 B
Ruby

#!/usr/bin/ruby -w
class T_001mp3 < Test
def description
return "mkvmerge / audio only / in(MP3)"
end
def run
merge("data/simple/v.mp3")
return hash_tmp
end
end