diff --git a/build.jam b/build.jam new file mode 100644 index 00000000..0fcce930 --- /dev/null +++ b/build.jam @@ -0,0 +1,17 @@ +# Copyright René Ferdinand Rivera Morell 2023-2024 +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE_1_0.txt or copy at +# http://www.boost.org/LICENSE_1_0.txt) + +require-b2 5.2 ; + +project /boost/leaf + ; + +explicit + [ alias boost_leaf : : : : include ] + [ alias all : boost_leaf test ] + ; + +call-if : boost-library leaf + ; diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 85371b5b..added3b9 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -22,6 +22,8 @@ project 11 multi : requirements + /boost/config//boost_config + /boost/exception//boost_exception BOOST_LEAF_BOOST_AVAILABLE windows:_CRT_SECURE_NO_WARNINGS single:BOOST_LEAF_NO_THREADS @@ -29,7 +31,6 @@ project clang:"-Wno-unused-variable -Wno-delete-non-virtual-dtor -Wno-non-virtual-dtor -Wno-dangling-else" darwin:"-Wno-unused-variable -Wno-delete-non-virtual-dtor -Wno-non-virtual-dtor -Wno-delete-non-abstract-non-virtual-dtor -Wno-dangling-else" msvc:"-wd 4267 -wd 4996 -wd 4244" - ../../.. ; compile _hpp_common_test.cpp ;