Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/static_assert/Jamfile.v2 @ 20

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

added boost

File size: 742 bytes
Line 
1# copyright John Maddock 2003
2
3# bring in the rules for testing
4import testing ;
5
6test-suite static_assert :
7        [ run static_assert_test.cpp ]
8#       [ run static_assert_example_1.cpp ]
9        [ run static_assert_example_2.cpp ]
10        [ run static_assert_example_3.cpp ]
11        [ compile-fail static_assert_test_fail_1.cpp ]
12        [ compile-fail static_assert_test_fail_2.cpp ]
13        [ compile-fail static_assert_test_fail_3.cpp ]
14        [ compile-fail static_assert_test_fail_4.cpp ]
15        [ compile-fail static_assert_test_fail_5.cpp ]
16        [ compile-fail static_assert_test_fail_6.cpp ]
17        [ compile-fail static_assert_test_fail_7.cpp ]
18        [ compile-fail static_assert_test_fail_8.cpp ]
19        [ compile-fail static_assert_test_fail_9.cpp ]
20        [ compile-fail static_assert_test_fail_10.cpp ]
21;
22
23
24
25
26
27
Note: See TracBrowser for help on using the repository browser.