summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2001-05-27 18:34:20 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2001-05-27 18:34:20 +0000
commita48093265e83a820e40e49290641898e376f3fc6 (patch)
tree9b85f6d78393110a3c020d8d752bf7990c0bab36 /test
parent60d9d01a8400bfe06a15112e6aacd2a6cfb5f581 (diff)
downloadflac-a48093265e83a820e40e49290641898e376f3fc6.tar.gz
add test_bins to the suite
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
-rw-r--r--test/Makefile.lite3
2 files changed, 3 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 1c9d4160..7847caa1 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,4 +1,4 @@
-TESTS = ./test_unit.sh ./test_streams.sh
+TESTS = ./test_unit.sh ./test_streams.sh ./test_bins/sh
CLEANFILES = $(wildcard *.raw) $(wildcard *.flac) $(wildcard *.cmp) \
$(wildcard *.log)
diff --git a/test/Makefile.lite b/test/Makefile.lite
index e19548ae..379b6cca 100644
--- a/test/Makefile.lite
+++ b/test/Makefile.lite
@@ -4,10 +4,11 @@
all: clean
./test_unit.sh
./test_streams.sh
+ ./test_bins.sh
debug: all
release: all
clean:
- rm -f *.raw *.flac *.cmp *.log
+ rm -f *.raw *.flac *.cmp *.log core