mirror of
https://github.com/boostorg/array.git
synced 2025-07-30 20:57:19 +02:00
Fix test/Jamfile project requirements
This commit is contained in:
@ -10,6 +10,9 @@ import config : requires ;
|
|||||||
project
|
project
|
||||||
: requirements
|
: requirements
|
||||||
|
|
||||||
|
<library>/boost/array//boost_array
|
||||||
|
<library>/boost/core//boost_core
|
||||||
|
|
||||||
<warnings>extra
|
<warnings>extra
|
||||||
|
|
||||||
<toolset>msvc:<warnings-as-errors>on
|
<toolset>msvc:<warnings-as-errors>on
|
||||||
@ -41,8 +44,6 @@ project
|
|||||||
|
|
||||||
#
|
#
|
||||||
|
|
||||||
project : requirements <library>/boost/array//boost_array ;
|
|
||||||
|
|
||||||
run array0.cpp ;
|
run array0.cpp ;
|
||||||
run array1.cpp ;
|
run array1.cpp ;
|
||||||
run array2.cpp ;
|
run array2.cpp ;
|
||||||
|
Reference in New Issue
Block a user