summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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