From 291b4fcbe9cbef0de95334daff4797b87da4ba7b Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 17 Dec 2002 08:15:20 +0000 Subject: [PATCH] minor update for aiff tests --- test/Makefile.am | 1 + test/Makefile.lite | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 4d7182cc..16fb4c1f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -63,6 +63,7 @@ CLEANFILES = \ $(wildcard *.flac) \ $(wildcard *.ogg) \ $(wildcard *.cmp) \ + $(wildcard *.aiff) \ $(wildcard *.wav) \ $(wildcard ../../test_files/bins/*.raw) \ $(wildcard ../../test_files/bins/*.flac) \ diff --git a/test/Makefile.lite b/test/Makefile.lite index 7566ba99..95dbf604 100644 --- a/test/Makefile.lite +++ b/test/Makefile.lite @@ -45,4 +45,4 @@ valgrind: all release : all clean: - rm -f *.raw *.flac *.ogg *.cmp *.wav ../../test_files/bins/*.raw ../../test_files/bins/*.flac ../../test_files/bins/*.cmp *.diff *.log *.cue core + rm -f *.raw *.flac *.ogg *.cmp *.aiff *.wav ../../test_files/bins/*.raw ../../test_files/bins/*.flac ../../test_files/bins/*.cmp *.diff *.log *.cue core -- 2.34.1