Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/bind/test/Jamfile.v2 @ 12

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

added boost

File size: 959 bytes
Line 
1#  Boost.Bind Library test Jamfile
2#
3#  Copyright (c) 2003-2005 Peter Dimov
4#
5#  Permission to copy, use, modify, sell and distribute this software
6#  is granted provided this copyright notice appears in all copies.
7#  This software is provided "as is" without express or implied
8#  warranty, and with no claim as to its suitability for any purpose.
9
10# bring in rules for testing
11import testing ;
12
13test-suite "bind"
14    : [ run bind_test.cpp ]
15      [ run bind_dm_test.cpp ]
16      [ run bind_eq_test.cpp ]
17      [ run bind_const_test.cpp ]
18      [ run bind_cv_test.cpp ]
19      [ run bind_stateful_test.cpp ]
20      [ run bind_dm2_test.cpp ]
21      [ run bind_not_test.cpp ]
22      [ run bind_rel_test.cpp ]
23      [ run bind_function_test.cpp ]
24      [ run bind_lookup_problem_test.cpp ]
25      [ run mem_fn_test.cpp ]
26      [ run mem_fn_void_test.cpp ]
27      [ run mem_fn_derived_test.cpp ]
28      [ run mem_fn_eq_test.cpp ]
29      [ run mem_fn_dm_test.cpp ]
30    ;
Note: See TracBrowser for help on using the repository browser.