Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/bind/test/Jamfile.v2 @ 45

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

updated boost from 1_33_1 to 1_34_1

File size: 1014 bytes
Line 
1#  Boost.Bind Library test Jamfile
2#
3#  Copyright (c) 2003-2006 Peter Dimov
4#
5#  Distributed under the Boost Software License, Version 1.0. (See
6#  accompanying file LICENSE_1_0.txt or copy at
7#  http://www.boost.org/LICENSE_1_0.txt)
8
9# bring in rules for testing
10import testing ;
11
12test-suite "bind"
13    : [ run bind_test.cpp ]
14      [ run bind_dm_test.cpp ]
15      [ run bind_eq_test.cpp ]
16      [ run bind_const_test.cpp ]
17      [ run bind_cv_test.cpp ]
18      [ run bind_stateful_test.cpp ]
19      [ run bind_dm2_test.cpp ]
20      [ run bind_not_test.cpp ]
21      [ run bind_rel_test.cpp ]
22      [ run bind_function_test.cpp ]
23      [ run bind_lookup_problem_test.cpp ]
24      [ run bind_rv_sp_test.cpp ]
25      [ compile bind_unary_addr.cpp ]
26      [ run bind_dm3_test.cpp ]
27      [ run bind_visit_test.cpp ]
28      [ run mem_fn_test.cpp ]
29      [ run mem_fn_void_test.cpp ]
30      [ run mem_fn_derived_test.cpp ]
31      [ run mem_fn_eq_test.cpp ]
32      [ run mem_fn_dm_test.cpp ]
33      [ run mem_fn_rv_test.cpp ]
34    ;
Note: See TracBrowser for help on using the repository browser.