2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-18 14:22:09 +00:00

test/Jamfile Add test stdlib/cmath.cpp

This commit is contained in:
John Fletcher
2014-02-01 16:26:41 +00:00
parent f3478b556d
commit a2f077c06f

View File

@@ -21,19 +21,23 @@ local multi-threading = <library>/boost/thread
<threading>multi <define>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 ]
;