Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/concept_check/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: 481 bytes
Line 
1# Copyright David Abrahams, Jeremy Siek, Vladimir Prus
2# 2006. Distributed under 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)
5import testing ;
6
7test-suite concept_check
8  : [ run stl_concept_covering.cpp ]
9    [ run concept_check_test.cpp  ]
10    [ run class_concept_check_test.cpp ]
11    [ compile-fail concept_check_fail_expected.cpp ]
12    [ compile-fail class_concept_fail_expected.cpp ]
13  ;
Note: See TracBrowser for help on using the repository browser.