add cuesheet parser/validator tests

This commit is contained in:
Josh Coalson
2002-11-23 02:21:48 +00:00
parent abfd3568ae
commit cb908a6d77
51 changed files with 680 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ all: clean
FLAC__EXHAUSTIVE_TESTS=yes ./test_libOggFLAC.sh
FLAC__EXHAUSTIVE_TESTS=yes ./test_libOggFLAC++.sh
FLAC__EXHAUSTIVE_TESTS=yes ./test_metaflac.sh
FLAC__EXHAUSTIVE_TESTS=yes ./test_grabbag.sh
FLAC__EXHAUSTIVE_TESTS=yes ./test_streams.sh
FLAC__EXHAUSTIVE_TESTS=yes ./test_bins.sh
@@ -35,4 +36,4 @@ debug: all
release: all
clean:
rm -f *.raw *.flac *.ogg *.cmp *.wav ../../test_files/bins/*.raw ../../test_files/bins/*.flac ../../test_files/bins/*.cmp *.log core
rm -f *.raw *.flac *.ogg *.cmp *.wav ../../test_files/bins/*.raw ../../test_files/bins/*.flac ../../test_files/bins/*.cmp *.diff *.log core