minor tweaks to support bin tests
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 30 May 2001 19:38:09 +0000 (19:38 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 30 May 2001 19:38:09 +0000 (19:38 +0000)
test/Makefile.am
test/Makefile.lite

index 7847caa..96d50c9 100644 (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)
index 379b6cc..e4863d1 100644 (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