Apply patch for [CVE-2012-2677][boost] ordered_malloc() overflow
[external/boost.git] / libs / dynamic_bitset / 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     ;