Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/any/test/Jamfile @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 564 bytes
Line 
1#  Copyright Vladimur Prus 2005. Use, modification and
2#  distribution is subject to the Boost Software License, Version
3#  1.0. (See accompanying file LICENSE_1_0.txt or copy at
4#  http://www.boost.org/LICENSE_1_0.txt)
5#
6# For more information, see http://www.boost.org/libs/any
7#
8
9subproject libs/any/test ;
10
11import testing ;
12
13rule any-test ( sources + )
14{
15    return [ run $(sources) : : : <include>$(BOOST_ROOT) ] ;
16}
17
18test-suite any :
19    [ any-test ../any_test.cpp ]
20    [ any-test any_to_ref_test.cpp <lib>../../test/build/boost_test_exec_monitor ]
21    ;
22
23
Note: See TracBrowser for help on using the repository browser.