add test_bins to the suite

This commit is contained in:
Josh Coalson 2001-05-27 18:34:20 +00:00
parent 60d9d01a84
commit a48093265e
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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