diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 32cd9ae..cae4c9e 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -4,6 +4,8 @@ import testing ; +project : requirements /boost/array//boost_array ; + run array0.cpp ; run array1.cpp ; run array2.cpp ;