Add hash examples to the unit tests.

[SVN r30612]
This commit is contained in:
Daniel James
2005-08-21 11:40:06 +00:00
parent 30bc59df59
commit 1df9014b94
2 changed files with 4 additions and 0 deletions

View File

@ -48,3 +48,5 @@ rule hash-test-output ( name )
[ run link_test.cpp link_test_2.cpp : : : <include>$(BOOST_ROOT) ]
;
}
subinclude libs/functional/hash/examples ;

View File

@ -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 ;