From 07df6625db9081f75f0580d359b053e721ede9e8 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 30 May 2001 19:38:09 +0000 Subject: [PATCH] minor tweaks to support bin tests --- test/Makefile.am | 5 ++++- test/Makefile.lite | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 7847caa1..96d50c91 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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) diff --git a/test/Makefile.lite b/test/Makefile.lite index 379b6cca..e4863d12 100644 --- a/test/Makefile.lite +++ b/test/Makefile.lite @@ -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