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)