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 ] ;