From 6fdfceaefaf1a84d2ba659767d63735abea47243 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 8 Jun 2014 03:25:16 +0300 Subject: [PATCH] Run config_test and config_info with no RTTI and no exceptions. --- test/Jamfile.v2 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index ec1df035..14056326 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -48,9 +48,25 @@ test-suite config linux:-lpthread linux:-lrt gcc:$(OTHERFLAGS) + ] + [ run config_test.cpp + : #args + : #input-files + : #requirements + off + : config_test_no_rtti + ] + [ run config_test.cpp + : #args + : #input-files + : #requirements + off + : config_test_no_except ] [ run config_info.cpp : : : always_show_run_output single msvc:static msvc:static ] [ run config_info.cpp : : : always_show_run_output multi : config_info_threaded ] + [ run config_info.cpp : : : always_show_run_output off : config_info_no_rtti ] + [ run config_info.cpp : : : always_show_run_output off : config_info_no_except ] [ run math_info.cpp : : : always_show_run_output borland:static borland:static ] [ run abi/abi_test.cpp abi/main.cpp ] [ run limits_test.cpp ../../test/build//boost_test_exec_monitor ]