Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/dynamic_bitset/Jamfile.v2 @ 33

Last change on this file since 33 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 407 bytes
Line 
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
9test-suite dynamic_bitset :
10
11    [ run dyn_bitset_unit_tests1.cpp ]
12    [ run dyn_bitset_unit_tests2.cpp ]
13    [ run dyn_bitset_unit_tests3.cpp ]
14    [ run dyn_bitset_unit_tests4.cpp ]
15    ;
Note: See TracBrowser for help on using the repository browser.