Jeff Thompson | a28eed8 | 2013-08-22 16:21:10 -0700 | [diff] [blame^] | 1 | // Boost.Function regression test configuration file |
| 2 | |
| 3 | // From the boost/status directory, run |
| 4 | // ./regression --tests ../libs/function/test/regression.cfg -o function.html |
| 5 | |
| 6 | |
| 7 | run libs/function/test/allocator_test.cpp |
| 8 | run libs/function/test/function_n_test.cpp |
| 9 | run libs/function/test/function_test.cpp |
| 10 | compile-fail libs/function/test/function_test_fail1.cpp |
| 11 | compile-fail libs/function/test/function_test_fail2.cpp |
| 12 | run libs/function/test/mixin_test.cpp |
| 13 | run libs/function/test/policy_test.cpp |
| 14 | run libs/function/test/stateless_test.cpp |