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