diff --git a/test/Jamfile b/test/Jamfile index 030839f..4819625 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -21,6 +21,7 @@ local defines = ] ; -project : requirements $(defines) ; +project : requirements $(defines) + /boost/static_string//boost_static_string ; run static_string.cpp ;