simplified serialization building

This commit is contained in:
joaquintides
2023-08-15 16:18:27 +02:00
parent cf298cba7f
commit 8fe3ebc7b3

View File

@ -33,18 +33,6 @@ project
<toolset>msvc:<warnings-as-errors>on
;
alias serialization
: usage-requirements
<library>/boost//serialization
;
alias serialization
: usage-requirements
<library>/boost//serialization/<cxxflags>"/wd4127"
: requirements
<toolset>msvc
;
run unordered/prime_fmod_tests.cpp ;
run unordered/fwd_set_test.cpp ;
run unordered/fwd_map_test.cpp ;
@ -97,7 +85,7 @@ run unordered/copy_tests.cpp : : : <define>BOOST_UNORDERED_USE_MOVE : bmove_copy
run unordered/move_tests.cpp : : : <define>BOOST_UNORDERED_USE_MOVE : bmove_move ;
run unordered/assign_tests.cpp : : : <define>BOOST_UNORDERED_USE_MOVE : bmove_assign ;
run unordered/serialization_tests.cpp serialization ;
run unordered/serialization_tests.cpp : : : <library>/boost//serialization/<warnings>off ;
run exception/constructor_exception_tests.cpp ;
run exception/copy_exception_tests.cpp ;