From 703ad46b818719dc07d1ed8f3e041f6f57a7df7d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 27 Jan 2025 21:18:15 +0200 Subject: [PATCH] Fix test/Jamfile project requirements --- test/Jamfile.v2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ;