diff --git a/test/.cvsignore b/test/.cvsignore index f43e1b3d..d2858d01 100644 --- a/test/.cvsignore +++ b/test/.cvsignore @@ -4,6 +4,10 @@ Makefile Makefile.in cdda-orig.wav cdda-try.wav +cdda-1.raw +cdda-2.raw +cdda.raw +cdda-underrun.raw check_cue.sh check_paranoia.sh check_common_fn @@ -15,6 +19,7 @@ testbincue testdefault testischar testiso9660 +testparanoia testtoc *.dump *.cue diff --git a/test/Makefile.am b/test/Makefile.am index 69f8bf50..4cdc21b0 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.41 2005/01/15 10:17:17 rocky Exp $ +# $Id: Makefile.am,v 1.42 2005/01/16 04:20:32 rocky Exp $ # # Copyright (C) 2003, 2004, 2005 Rocky Bernstein # @@ -79,7 +79,7 @@ EXTRA_DIST = $(check_SCRIPTS) $(check_DATA) \ TESTS = $(check_PROGRAMS) $(check_SCRIPTS) XFAIL_TESTS = testassert -MOSTLYCLEANFILES = core core.* *.dump cdda-orig.wav cdda-try.wav +MOSTLYCLEANFILES = core core.* *.dump cdda-orig.wav cdda-try.wav *.raw test: check