From: Josh Coalson Date: Tue, 17 Dec 2002 08:15:20 +0000 (+0000) Subject: minor update for aiff tests X-Git-Tag: 1.2.0~1249 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=291b4fcbe9cbef0de95334daff4797b87da4ba7b;p=platform%2Fupstream%2Fflac.git minor update for aiff tests --- diff --git a/test/Makefile.am b/test/Makefile.am index 4d7182c..16fb4c1 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 7566ba9..95dbf60 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