mirror of
https://github.com/boostorg/container_hash.git
synced 2025-08-02 22:14:34 +02:00
Update build.jam, test/Jamfile
This commit is contained in:
17
build.jam
17
build.jam
@@ -1,25 +1,22 @@
|
|||||||
# 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 ;
|
||||||
|
|
||||||
constant boost_dependencies :
|
constant boost_dependencies :
|
||||||
/boost/config//boost_config
|
/boost/config//boost_config
|
||||||
/boost/describe//boost_describe
|
/boost/describe//boost_describe
|
||||||
/boost/mp11//boost_mp11 ;
|
/boost/mp11//boost_mp11
|
||||||
|
|
||||||
project /boost/container_hash
|
|
||||||
: common-requirements
|
|
||||||
<include>include
|
|
||||||
;
|
;
|
||||||
|
|
||||||
|
project /boost/container_hash ;
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
[ alias boost_container_hash : : : : <library>$(boost_dependencies) ]
|
[ alias boost_container_hash : : : : <include>include <library>$(boost_dependencies) ]
|
||||||
[ alias all : boost_container_hash examples test ]
|
[ alias all : boost_container_hash examples test ]
|
||||||
;
|
;
|
||||||
|
|
||||||
call-if : boost-library container_hash
|
call-if : boost-library container_hash
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -76,7 +76,8 @@ run quick.cpp ;
|
|||||||
|
|
||||||
run hash_number_test2.cpp ;
|
run hash_number_test2.cpp ;
|
||||||
run hash_integral_test.cpp ;
|
run hash_integral_test.cpp ;
|
||||||
run hash_string_test2.cpp /boost/utility//boost_utility ;
|
run hash_string_test2.cpp
|
||||||
|
/boost/utility//boost_utility ;
|
||||||
|
|
||||||
# for gcc-4.8
|
# for gcc-4.8
|
||||||
local fs-path-req = "-<toolset>gcc:<cxxflags>-Wshadow" "-<toolset>gcc:<cxxflags>-Wconversion" <toolset>gcc-4.7:<build>no ;
|
local fs-path-req = "-<toolset>gcc:<cxxflags>-Wshadow" "-<toolset>gcc:<cxxflags>-Wconversion" <toolset>gcc-4.7:<build>no ;
|
||||||
@@ -120,8 +121,10 @@ run is_described_class_test3.cpp
|
|||||||
run described_class_test.cpp
|
run described_class_test.cpp
|
||||||
: : : <warnings>extra ;
|
: : : <warnings>extra ;
|
||||||
|
|
||||||
run hash_is_avalanching_test.cpp /boost/unordered//boost_unordered ;
|
run hash_is_avalanching_test.cpp
|
||||||
run hash_is_avalanching_test2.cpp /boost/unordered//boost_unordered ;
|
/boost/unordered//boost_unordered ;
|
||||||
|
run hash_is_avalanching_test2.cpp
|
||||||
|
/boost/unordered//boost_unordered ;
|
||||||
|
|
||||||
run hash_integral_test2.cpp ;
|
run hash_integral_test2.cpp ;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user