Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/parameter/test/Jamfile.v2 @ 29

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

updated boost from 1_33_1 to 1_34_1

File size: 1.0 KB
Line 
1# Copyright David Abrahams, Daniel Wallin 2006. Distributed under the
2# Boost Software License, Version 1.0. (See accompanying file
3# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5# Boost Parameter Library test Jamfile
6
7import python ;
8
9project boost/parameter
10  : default-build <warnings>off
11  ;
12 
13test-suite "parameter"
14  :  [ run basics.cpp ]
15     [ run sfinae.cpp ]
16     [ run macros.cpp ]
17     [ run earwicker.cpp ]
18     [ run tutorial.cpp ]
19     [ run singular.cpp ]
20     [ run mpl.cpp ]
21     [ run preprocessor.cpp ]
22     [ run preprocessor_deduced.cpp ]
23     [ run efficiency.cpp : : : : : <variant>release ]
24     [ run maybe.cpp ]
25     [ run deduced.cpp ]
26     [ run optional_deduced_sfinae.cpp ]
27     [ run deduced_dependent_predicate.cpp ]
28     [ run normalized_argument_types.cpp ]
29     [ compile ntp.cpp ]
30     [ compile unwrap_cv_reference.cpp ]
31     [ compile-fail duplicates.cpp ]
32     [ compile-fail deduced_unmatched_arg.cpp ]
33     [ compile compose.cpp ]
34     [ bpl-test python_test ]
35  ;
36
Note: See TracBrowser for help on using the repository browser.