From 0270911a43e374d97d2c125d8f2aa984b4e0e8cb Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 22 Jun 2001 14:36:30 +0000 Subject: [PATCH] regression.cfg: - Run all regression tests for Boost.Function [SVN r10397] --- test/regression.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/regression.cfg diff --git a/test/regression.cfg b/test/regression.cfg new file mode 100644 index 0000000..02884a6 --- /dev/null +++ b/test/regression.cfg @@ -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 +