summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-06-15 05:12:05 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-06-15 05:12:05 +0000
commit273e168f97f04b6082a24cac2b210a8c7082e768 (patch)
tree09b227ad9ab168cef7e35b0007a8b6f3e7c5a6e6 /test
parent14827676515a8f6b1bf9f065393ea5fed12aacf5 (diff)
downloadflac-273e168f97f04b6082a24cac2b210a8c7082e768.tar.gz
change position of test metaflac test
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am4
-rw-r--r--test/Makefile.lite2
2 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index be347478..b75c3d13 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -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) \
diff --git a/test/Makefile.lite b/test/Makefile.lite
index 8c2ec492..9166d70c 100644
--- a/test/Makefile.lite
+++ b/test/Makefile.lite
@@ -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