From 1df9014b94c80f879b44d383586adb6cb024eefe Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 21 Aug 2005 11:40:06 +0000 Subject: [PATCH] Add hash examples to the unit tests. [SVN r30612] --- test/Jamfile | 2 ++ test/Jamfile.v2 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/Jamfile b/test/Jamfile index fc10767..858ed10 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -48,3 +48,5 @@ rule hash-test-output ( name ) [ run link_test.cpp link_test_2.cpp : : : $(BOOST_ROOT) ] ; } + +subinclude libs/functional/hash/examples ; diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 043417e..d44265b 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -26,3 +26,5 @@ test-suite functional/hash [ run hash_map_test.cpp framework ] [ run link_test.cpp link_test_2.cpp ] ; + +build-project ../examples ;