mirror of
https://github.com/boostorg/function.git
synced 2025-07-16 14:12:22 +02:00
regression.cfg:
- Run all regression tests for Boost.Function [SVN r10397]
This commit is contained in:
15
test/regression.cfg
Normal file
15
test/regression.cfg
Normal file
@ -0,0 +1,15 @@
|
||||
// Boost.Function regression test configuration file
|
||||
|
||||
// From the boost/status directory, run
|
||||
// ./regressions --tests ../libs/function/test/regression.cfg --o function.html
|
||||
|
||||
|
||||
run libs/function/test/allocator_test.cpp
|
||||
run libs/function/test/defarg_test.cpp
|
||||
run libs/function/test/function_n_test.cpp
|
||||
run libs/function/test/function_test.cpp
|
||||
compile-fail libs/function/test/function_test_fail1.cpp
|
||||
compile-fail libs/function/test/function_test_fail2.cpp
|
||||
run libs/function/test/mixin_test.cpp
|
||||
run libs/function/test/policy_test.cpp
|
||||
|
Reference in New Issue
Block a user