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 ;