change position of test metaflac test

This commit is contained in:
Josh Coalson 2002-06-15 05:12:05 +00:00
parent 1482767651
commit 273e168f97
2 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,9 @@ TESTS = ./test_libFLAC.sh ./test_libFLAC++.sh ./test_streams.sh ./test_bins.sh
EXTRA_DIST = \
test_libFLAC.sh \
test_libFLAC++.sh \
test_metaflac.sh \
test_streams.sh \
test_bins.sh \
test_metaflac.sh
test_bins.sh
CLEANFILES = \
$(wildcard *.raw) $(wildcard *.flac) $(wildcard *.cmp) $(wildcard *.wav) \

View File

@ -21,9 +21,9 @@
all: clean
./test_libFLAC.sh
./test_libFLAC++.sh
./test_metaflac.sh
./test_streams.sh
./test_bins.sh
./test_metaflac.sh
debug: all