From: Bart Van Assche Date: Sun, 7 Mar 2010 10:47:59 +0000 (+0000) Subject: Updated Makefile.am. X-Git-Tag: svn/VALGRIND_3_6_0~353 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a12f2b591b6cf7feee0523b64be2fd997142cc4;p=thirdparty%2Fvalgrind.git Updated Makefile.am. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11071 --- 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 \