Files
numeric_conversion/test/Jamfile.v2
Vladimir Prus 8435a5fa2a Add V2 Jamfile
[SVN r28244]
2005-04-14 11:56:47 +00:00

11 lines
247 B
Plaintext

# Boost Numeric Conversion Library test Jamfile
test-suite numeric/conversion :
[ run bounds_test.cpp ]
[ run traits_test.cpp ]
[ run converter_test.cpp ]
[ run udt_support_test.cpp ]
[ run numeric_cast_test.cpp ]
;