From 8cbe7dc26a10052638f5b1b601f0789f2bf3e08c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 29 Feb 2008 13:15:57 +0000 Subject: [PATCH] Updated after renaming / removing regression test output files. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7507 --- exp-drd/tests/Makefile.am | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/exp-drd/tests/Makefile.am b/exp-drd/tests/Makefile.am index a89349153f..6e036bf2c8 100644 --- a/exp-drd/tests/Makefile.am +++ b/exp-drd/tests/Makefile.am @@ -68,11 +68,6 @@ EXTRA_DIST = $(noinst_SCRIPTS) \ tc05_simple_race.stderr.exp \ tc06_two_races.vgtest \ tc06_two_races.stderr.exp \ - tc07_hbl1.vgtest \ - tc07_hbl1.stderr.exp tc07_hbl1.stdout.exp \ - tc07_hbl1.stderr.exp2 \ - tc08_hbl2.vgtest \ - tc08_hbl2.stderr.exp \ tc09_bad_unlock.vgtest \ tc09_bad_unlock.stderr.exp \ tc10_rec_lock.vgtest \ @@ -101,8 +96,8 @@ EXTRA_DIST = $(noinst_SCRIPTS) \ tc21_pthonce.vgtest \ tc21_pthonce.stderr.exp tc21_pthonce.stdout.exp \ tc22_exit_w_lock.vgtest \ - tc22_exit_w_lock.stderr.exp \ tc22_exit_w_lock.stderr.exp-32bit \ + tc22_exit_w_lock.stderr.exp-64bit \ tc23_bogus_condwait.vgtest \ tc23_bogus_condwait.stderr.exp \ tc24_nonzero_sem.vgtest \ @@ -110,6 +105,12 @@ EXTRA_DIST = $(noinst_SCRIPTS) \ sigalrm.vgtest \ sigalrm.stdout.exp sigalrm.stderr.exp +# tc07_hbl1.vgtest +# tc07_hbl1.stderr.exp tc07_hbl1.stdout.exp +# tc07_hbl1.stderr.exp +# tc08_hbl2.vgtest +# tc08_hbl2.stderr.exp + AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI) AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_builddir)/include AM_CXXFLAGS = $(AM_CFLAGS) -- 2.47.3