From b2a8c613e6edfc4dc0983f4e18d08c9c986dca76 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Tue, 10 Mar 2015 22:42:39 +0000 Subject: [PATCH] test/Jamfile run tests on boost::report_errors --- test/Jamfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/Jamfile b/test/Jamfile index 8120377..30f0a13 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -21,6 +21,13 @@ project local multi-threading = /boost/thread multi BOOST_ALL_NO_LIB=1 ; +test-suite detail : + [ run detail/aa_test0.cpp ] + [ run detail/aa_test1.cpp ] + [ run detail/aa_test2.cpp ] + [ run detail/aa_test3.cpp ] + ; + test-suite phoenix_core : [ run core/custom_terminal.cpp ] [ run core/intel_test.cpp ]