Add exp-bbv to the tool-suite.  I'm seeing a couple of amd64-linux test
failures, but they can be fixed up in-repo.  This resolves bug 198395.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10444 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/Makefile.am b/Makefile.am
index 5c8f043..9e99f99 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,8 @@
 		helgrind \
 		drd
 
-EXP_TOOLS = 	exp-ptrcheck
+EXP_TOOLS = 	exp-ptrcheck \
+		exp-bbv
 
 # DDD: once all tools work on Darwin, TEST_TOOLS and TEST_EXP_TOOLS can be
 # replaced with TOOLS and EXP_TOOLS.
@@ -27,7 +28,7 @@
 		lackey \
 		none
 
-  TEST_EXP_TOOLS =
+  TEST_EXP_TOOLS = exp-bbv
 endif
 
 # Put docs last because building the HTML is slow and we want to get