From a2f077c06f7f718f4838eea16bc74c380c8c45ac Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Sat, 1 Feb 2014 16:26:41 +0000 Subject: [PATCH] test/Jamfile Add test stdlib/cmath.cpp --- test/Jamfile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index 28bd8a0..af2c770 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -21,19 +21,23 @@ local multi-threading = /boost/thread multi BOOST_ALL_NO_LIB=1 ; test-suite phoenix_core : - [ run core/primitives_tests.cpp ] + [ run core/primitives_tests.cpp ] + ; + +test-suite phoenix_stdlib : + [ run stdlib/cmath.cpp ] ; test-suite phoenix_operator : - [ run operator/arithmetic_tests.cpp ] + [ run operator/arithmetic_tests.cpp ] [ run operator/bitwise_tests.cpp ] - [ run operator/comparison_tests.cpp ] + [ run operator/comparison_tests.cpp ] [ run operator/if_else_tests.cpp ] [ run operator/io_tests.cpp ] [ run operator/logical_tests.cpp ] [ run operator/misc_binary_tests.cpp ] [ run operator/self_tests.cpp ] - [ run operator/unary_tests.cpp ] + [ run operator/unary_tests.cpp ] [ run operator/member.cpp ] ;