]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
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
8test-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 ]
b32b8144
FG
14 [ run dyn_bitset_unit_tests5.cpp /boost/serialization//boost_serialization
15 : : : <define>_SCL_SECURE_NO_WARNINGS=1 ]
16 ;