diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 845875b..7243765 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -10,6 +10,9 @@ import config : requires ; project : requirements + /boost/array//boost_array + /boost/core//boost_core + extra msvc:on @@ -41,8 +44,6 @@ project # -project : requirements /boost/array//boost_array ; - run array0.cpp ; run array1.cpp ; run array2.cpp ;