|
From: <sv...@va...> - 2010-03-07 10:48:08
|
Author: bart Date: 2010-03-07 10:47:59 +0000 (Sun, 07 Mar 2010) New Revision: 11071 Log: Updated Makefile.am. Modified: trunk/drd/tests/Makefile.am Modified: trunk/drd/tests/Makefile.am =================================================================== --- trunk/drd/tests/Makefile.am 2010-03-07 10:47:32 UTC (rev 11070) +++ trunk/drd/tests/Makefile.am 2010-03-07 10:47:59 UTC (rev 11071) @@ -14,6 +14,8 @@ 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 @@ 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 @@ check_PROGRAMS = \ + annotate_hb_err \ annotate_ignore_rw \ annotate_ignore_write \ annotate_publish_hg \ |