]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/dynamic_bitset/test/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / dynamic_bitset / test / Jamfile.v2
1 #
2 # Copyright Vladimir Prus 2004
3 #
4 # Distributed under the Boost Software License, Version 1.0.
5 # (See accompanying file LICENSE_1_0.txt or copy at
6 # http://www.boost.org/LICENSE_1_0.txt)
7
8 test-suite dynamic_bitset :
9
10 [ run dyn_bitset_unit_tests1.cpp ]
11 [ run dyn_bitset_unit_tests2.cpp ]
12 [ run dyn_bitset_unit_tests3.cpp ]
13 [ run dyn_bitset_unit_tests4.cpp ]
14 [ run dyn_bitset_unit_tests5.cpp /boost/serialization//boost_serialization
15 : : : <define>_SCL_SECURE_NO_WARNINGS=1 ]
16 ;