Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/static_assert/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: 930 bytes
Line 
1# copyright John Maddock 2003
2# Use, modification and distribution are subject to the
3# Boost Software License, Version 1.0. (See accompanying file
4# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6# bring in the rules for testing
7import testing ;
8
9test-suite static_assert :
10        [ run static_assert_test.cpp ]
11#       [ run static_assert_example_1.cpp ]
12        [ run static_assert_example_2.cpp ]
13        [ run static_assert_example_3.cpp ]
14        [ compile-fail static_assert_test_fail_1.cpp ]
15        [ compile-fail static_assert_test_fail_2.cpp ]
16        [ compile-fail static_assert_test_fail_3.cpp ]
17        [ compile-fail static_assert_test_fail_4.cpp ]
18        [ compile-fail static_assert_test_fail_5.cpp ]
19        [ compile-fail static_assert_test_fail_6.cpp ]
20        [ compile-fail static_assert_test_fail_7.cpp ]
21        [ compile-fail static_assert_test_fail_8.cpp ]
22        [ compile-fail static_assert_test_fail_9.cpp ]
23        [ compile-fail static_assert_test_fail_10.cpp ]
24;
25
26
27
28
29
30
31
Note: See TracBrowser for help on using the repository browser.