mkvtoolnix/tests/test-381X_alac.rb
2012-12-25 13:40:44 +01:00

11 lines
224 B
Ruby

#!/usr/bin/ruby -w
# T_381x_alac
describe "mkvextract / ALAC extraction to CAF"
test_merge "data/alac/test-alacconvert.caf", :keep_tmp => true
test "extraction" do
extract tmp, 0 => "#{tmp}-x"
hash_file "#{tmp}-x"
end