mkvtoolnix/tests/test-005flac.rb

13 lines
179 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
class T_005flac < Test
2004-08-25 17:23:07 +00:00
def description
return "mkvmerge / audio only / in(FLAC)"
end
def run
2004-08-22 14:28:12 +00:00
merge("data/v.flac")
return hash_tmp
end
end