add test_bins to the suite
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sun, 27 May 2001 18:34:20 +0000 (18:34 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sun, 27 May 2001 18:34:20 +0000 (18:34 +0000)
test/Makefile.am
test/Makefile.lite

index 1c9d416..7847caa 100644 (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)
index e19548a..379b6cc 100644 (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