Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/static_assert/Jamfile @ 12

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

added boost

File size: 751 bytes
Line 
1# copyright John Maddock 2003
2
3subproject libs/static_assert ;
4# bring in the rules for testing
5import testing ;
6
7test-suite static_assert :
8   [ run static_assert_test.cpp ]
9#  [ run static_assert_example_1.cpp ]
10   [ run static_assert_example_2.cpp ]
11   [ run static_assert_example_3.cpp ]
12   [ compile-fail static_assert_test_fail_1.cpp ]
13   [ compile-fail static_assert_test_fail_2.cpp ]
14   [ compile-fail static_assert_test_fail_3.cpp ]
15   [ compile-fail static_assert_test_fail_4.cpp ]
16   [ compile-fail static_assert_test_fail_5.cpp ]
17   [ compile-fail static_assert_test_fail_6.cpp ]
18   [ compile-fail static_assert_test_fail_7.cpp ]
19   [ compile-fail static_assert_test_fail_8.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.