diff --git a/Jamfile b/Jamfile deleted file mode 100644 index 306f0f6..0000000 --- a/Jamfile +++ /dev/null @@ -1,10 +0,0 @@ -# -# Copyright (c) 2019 Vinnie Falco (vinnie dot falco at gmail dot com) -# -# 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) -# -# Official repository: https://github.com/boostorg/static_string -# - -build-project test ; diff --git a/build.jam b/build.jam new file mode 100644 index 0000000..e9f9cda --- /dev/null +++ b/build.jam @@ -0,0 +1,26 @@ +# Copyright René Ferdinand Rivera Morell 2023 +# 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) + +import project ; + +project /boost/static_string + : common-requirements + /boost/assert//boost_assert + /boost/config//boost_config + /boost/container_hash//boost_container_hash + /boost/core//boost_core + /boost/static_assert//boost_static_assert + /boost/throw_exception//boost_throw_exception + /boost/utility//boost_utility + include + ; + +explicit + [ alias boost_static_string ] + [ alias all : boost_static_string test ] + ; + +call-if : boost-library static_string + ; diff --git a/test/Jamfile b/test/Jamfile index 17231a6..d9fa177 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -8,7 +8,7 @@ # import testing ; -import ../../config/checks/config : requires ; +import config : requires ; local defines = [ requires