summaryrefslogtreecommitdiff
path: root/test/test_replaygain.sh
Commit message (Collapse)AuthorAgeFilesLines
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
|
* test/ : Use more portable echo constructsErik de Castro Lopo2015-10-041-1/+1
| | | | | | Fix suggested by Daniel Macks. Closes: https://sourceforge.net/p/flac/bugs/433/
* metaflac: add --scan-replay-gain optionBen Boeckel2015-08-141-0/+1
| | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* replaygain test: Use C code to generate test files.Erik de Castro Lopo2015-02-151-51/+7
|
* test/test_replaygain.sh : Minor cleanup.Erik de Castro Lopo2015-02-131-3/+4
| | | | | | * Pipe un-needed strerr output to /dev/null. * Pass --silent and --no-seektable to the flac executable. * When generating tones, use --output-name=....
* tests/*.sh : Switch back to /bin/sh.Erik de Castro Lopo2014-11-271-2/+2
| | | | | | | | | | | Jan Stary reported that on OpenBSD bash isn't located in /bin/ which means that the test fail. He also noted that there didn't seem to be anything bash specific in the tests. This patch takes some suggestions from Jan, plus a few fixes tested on Debian using the bin/sh provided by bash and dash. Suggested-by: Jan Stary <hans@stare.cz>
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
|
* test_replaygain.sh : Add --force-raw-format option.Erik de Castro Lopo2014-07-081-1/+1
| | | | | | This test was failing due to the lack of this option. Patch-from: lvqcl <lvqcl.mail@gmail.com>
* test/test_replaygain.sh : Update tests after work aroind for GCC bug.Erik de Castro Lopo2014-06-281-5/+5
| | | | Patch-from: lvqcl <lvqcl.mail@gmail.com>
* Remove un-needed code.Erik de Castro Lopo2014-06-281-1/+0
| | | | Patch-from: lvqcl <lvqcl.mail@gmail.com>
* Factor out common test functionality to test/common.sh.in.Erik de Castro Lopo2013-09-171-35/+6
|
* Switch test scripts to bash.Erik de Castro Lopo2013-09-171-7/+7
|
* test/test_replaygain.sh : Prefer mawk over gawk.Erik de Castro Lopo2013-08-021-1/+10
| | | | | | The AWK script used to generate tones for this test fails with gawk version 4.0.1, but used to work for earlier versions. Use mawk instead if it exists.
* Split regain play tests into separate script.Erik de Castro Lopo2013-08-021-0/+209