Line | |
---|
1 | # copyright John Maddock 2003 |
---|
2 | |
---|
3 | subproject libs/static_assert ; |
---|
4 | # bring in the rules for testing |
---|
5 | import testing ; |
---|
6 | |
---|
7 | test-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.