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:
12
test/Jamfile
12
test/Jamfile
@@ -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 ]
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user