mirror of
https://github.com/boostorg/lambda2.git
synced 2025-05-10 09:43:52 +00:00
Update build.jam, test/Jamfile
This commit is contained in:
parent
3d7778f2a9
commit
3fb266bf57
14
build.jam
14
build.jam
@ -1,20 +1,16 @@
|
|||||||
# Copyright René Ferdinand Rivera Morell 2023-2024
|
# Copyright 2023-2024 René Ferdinand Rivera Morell
|
||||||
|
# Copyright 2024 Peter Dimov
|
||||||
# Distributed under the Boost Software License, Version 1.0.
|
# Distributed under the Boost Software License, Version 1.0.
|
||||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
# https://www.boost.org/LICENSE_1_0.txt
|
||||||
# http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
require-b2 5.2 ;
|
require-b2 5.2 ;
|
||||||
|
|
||||||
project /boost/lambda2
|
project /boost/lambda2 ;
|
||||||
: common-requirements
|
|
||||||
<include>include
|
|
||||||
;
|
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
[ alias boost_lambda2 : : : : <library>$(boost_dependencies) ]
|
[ alias boost_lambda2 : : : : <include>include <library>$(boost_dependencies) ]
|
||||||
[ alias all : boost_lambda2 test ]
|
[ alias all : boost_lambda2 test ]
|
||||||
;
|
;
|
||||||
|
|
||||||
call-if : boost-library lambda2
|
call-if : boost-library lambda2
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ import testing ;
|
|||||||
import config : requires ;
|
import config : requires ;
|
||||||
|
|
||||||
project : requirements
|
project : requirements
|
||||||
|
<library>/boost/lambda2//boost_lambda2
|
||||||
<library>/boost/config//boost_config
|
<library>/boost/config//boost_config
|
||||||
<library>/boost/core//boost_core
|
<library>/boost/core//boost_core
|
||||||
|
|
||||||
@ -18,7 +19,7 @@ project : requirements
|
|||||||
<toolset>msvc:<warnings-as-errors>on
|
<toolset>msvc:<warnings-as-errors>on
|
||||||
<toolset>clang:<warnings-as-errors>on
|
<toolset>clang:<warnings-as-errors>on
|
||||||
<toolset>gcc:<warnings-as-errors>on
|
<toolset>gcc:<warnings-as-errors>on
|
||||||
;
|
;
|
||||||
|
|
||||||
run quick.cpp ;
|
run quick.cpp ;
|
||||||
run lambda2_test.cpp ;
|
run lambda2_test.cpp ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user