Line | |
---|
1 | # Boost.Variant Library test Jamfile |
---|
2 | # |
---|
3 | # Copyright (C) 2003, Eric Friedman, Itay Maman. |
---|
4 | # |
---|
5 | # This material is provided "as is", with absolutely no warranty expressed |
---|
6 | # or implied. Any use is at your own risk. |
---|
7 | # |
---|
8 | # Permission to use or copy this software for any purpose is hereby granted |
---|
9 | # without fee, provided the above notices are retained on all copies. |
---|
10 | # Permission to modify the code and to distribute modified code is granted, |
---|
11 | # provided the above notices are retained, and a notice that the code was |
---|
12 | # modified is included with the above copyright notice. |
---|
13 | # |
---|
14 | |
---|
15 | test-suite variant |
---|
16 | : |
---|
17 | [ run test1.cpp class_a.cpp : : : : variant_test1 ] |
---|
18 | [ run test2.cpp : : : : variant_test2 ] |
---|
19 | [ run test3.cpp : : : : variant_test3 ] |
---|
20 | [ run test4.cpp class_a.cpp |
---|
21 | : : : : variant_test4 ] |
---|
22 | [ run test5.cpp : : : : variant_test5 ] |
---|
23 | [ run test6.cpp : : : : variant_test6 ] |
---|
24 | [ run test7.cpp : : : : variant_test7 ] |
---|
25 | [ run test8.cpp : : : : variant_test8 ] |
---|
26 | [ run recursive_variant_test.cpp ] |
---|
27 | [ run variant_reference_test.cpp ] |
---|
28 | [ run variant_comparison_test.cpp ] |
---|
29 | [ run variant_visit_test.cpp ] |
---|
30 | ; |
---|
Note: See
TracBrowser
for help on using the repository browser.