Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
dad6ad4f
Commit
dad6ad4f
authored
Dec 30, 2004
by
Josh Coalson
Browse files
add test for 'flac --input-size'
parent
f3becfd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_flac.sh
View file @
dad6ad4f
...
...
@@ -568,6 +568,22 @@ done
rm
noise.flac z.wav
############################################################################
# test --input-size
############################################################################
echo
-n
"testing --input-size=50 --skip=10... "
cat
50c.raw | run_flac
$raw_eopt
--input-size
=
50
--skip
=
10
-o
z50c.skip10.flac -
||
die
"ERROR generating FLAC file"
run_flac
$raw_dopt
-o
z50c.skip10.raw z50c.skip10.flac
||
die
"ERROR decoding FLAC file"
cmp 50c.skip10.raw z50c.skip10.raw
||
die
"ERROR: file mismatch for --input-size=50 --skip=10"
rm
-f
z50c.skip10.raw z50c.skip10.flac
echo
OK
############################################################################
# test --skip and --until
############################################################################
############################################################################
# test --cue
############################################################################
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment