minor tweaks to support bin tests

This commit is contained in:
Josh Coalson 2001-05-30 19:38:09 +00:00
parent d792791f48
commit 07df6625db
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
TESTS = ./test_unit.sh ./test_streams.sh ./test_bins/sh
TESTS = ./test_unit.sh ./test_streams.sh ./test_bins.sh
CLEANFILES = $(wildcard *.raw) $(wildcard *.flac) $(wildcard *.cmp) \
$(wildcard ../../test_files/*.raw) \
$(wildcard ../../test_files/*.flac) \
$(wildcard ../../test_files/*.cmp) \
$(wildcard *.log)

View File

@ -11,4 +11,4 @@ debug: all
release: all
clean:
rm -f *.raw *.flac *.cmp *.log core
rm -f *.raw *.flac *.cmp ../../test_files/*.raw *../../test_files/.flac *../../test_files/.cmp *.log core