From 1b9549693acd7be526f9f71a7eefb20f5127be56 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 20 Jan 2009 01:54:06 +0000 Subject: [PATCH] Merge from trunk [SVN r50681] --- test/Jamfile.v2 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index c17cf88..1609bf5 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -5,10 +5,16 @@ import testing ; test-suite integer - : [ run integer_mask_test.cpp + : [ run cstdint_test.cpp ] + [ run integer_test.cpp + /boost/test//boost_unit_test_framework ] + [ run integer_traits_test.cpp + /boost/test//boost_test_exec_monitor/static ] + [ run integer_mask_test.cpp /boost/test//boost_unit_test_framework ] [ run static_log2_test.cpp /boost/test//boost_test_exec_monitor/static ] [ run static_min_max_test.cpp /boost/test//boost_test_exec_monitor/static ] +# [ compile issue_2134.cpp ] ;