From 5a12f2b591b6cf7feee0523b64be2fd997142cc4 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 7 Mar 2010 10:47:59 +0000 Subject: [PATCH] Updated Makefile.am. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11071 --- drd/tests/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drd/tests/Makefile.am b/drd/tests/Makefile.am index c11a6704a0..3bc989ebae 100644 --- a/drd/tests/Makefile.am +++ b/drd/tests/Makefile.am @@ -14,6 +14,8 @@ noinst_HEADERS = \ tsan_thread_wrappers_pthread.h EXTRA_DIST = \ + annotate_hb_err.stderr.exp \ + annotate_hb_err.vgtest \ annotate_hbefore.stderr.exp \ annotate_hbefore.vgtest \ annotate_order_1.stderr.exp \ @@ -24,6 +26,8 @@ EXTRA_DIST = \ annotate_order_3.vgtest \ annotate_publish_hg.stderr.exp \ annotate_publish_hg.vgtest \ + annotate_smart_pointer.stderr.exp \ + annotate_smart_pointer.vgtest \ annotate_spinlock.stderr.exp \ annotate_spinlock.vgtest \ annotate_rwlock.stderr.exp \ @@ -244,6 +248,7 @@ EXTRA_DIST = \ check_PROGRAMS = \ + annotate_hb_err \ annotate_ignore_rw \ annotate_ignore_write \ annotate_publish_hg \ -- 2.47.2