From 77a935bf571235e99e1a11576e2f63e53f9f32e2 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 11 Apr 2005 02:57:04 +0000 Subject: [PATCH] Seems to force executable shell better. --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 16fd135c..eeef8403 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.49 2005/03/05 23:51:40 rocky Exp $ +# $Id: Makefile.am,v 1.50 2005/04/11 02:57:04 rocky Exp $ # # Copyright (C) 2003, 2004, 2005 Rocky Bernstein # @@ -83,7 +83,7 @@ XFAIL_TESTS = testassert MOSTLYCLEANFILES = core core.* *.dump cdda-orig.wav cdda-try.wav *.raw -test: check +test: check-am # This is a really bad hack to make sure check_nrg and check_cue.sh # are executable. Automake will remake check_nrg.sh and check_cue.sh