From a48093265e83a820e40e49290641898e376f3fc6 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sun, 27 May 2001 18:34:20 +0000 Subject: [PATCH] add test_bins to the suite --- test/Makefile.am | 2 +- test/Makefile.lite | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 1c9d4160..7847caa1 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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) diff --git a/test/Makefile.lite b/test/Makefile.lite index e19548ae..379b6cca 100644 --- a/test/Makefile.lite +++ b/test/Makefile.lite @@ -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