mkvtoolnix/tests/test-0330dts_detection.rb

14 lines
213 B
Ruby
Raw Normal View History

2012-01-07 20:01:49 +00:00
#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0330dts_detection < Test
2012-01-07 20:01:49 +00:00
def description
"mkvmerge / segfault during DTS detection"
end
def run
merge "data/dts/Sherlock_Holmes_first_20mb.dtshd"
hash_tmp
end
end