mirror of
https://github.com/boostorg/conversion.git
synced 2026-01-29 09:40:09 +01:00
34 lines
1.6 KiB
Plaintext
34 lines
1.6 KiB
Plaintext
# Signals library
|
|
|
|
# Copyright (C) 2001-2003 Douglas Gregor
|
|
|
|
# Permission to copy, use, sell and distribute this software is granted
|
|
# provided this copyright notice appears in all copies. Permission to modify
|
|
# the code and to distribute modified code is granted provided this copyright
|
|
# notice appears in all copies, and a notice that the code was modified is
|
|
# included with the copyright notice. This software is provided "as is"
|
|
# without express or implied warranty, and with no claim as to its suitability
|
|
# for any purpose.
|
|
|
|
# For more information, see http://www.boost.org/
|
|
|
|
# bring in rules for testing
|
|
import testing ;
|
|
|
|
test-suite conversion
|
|
: [ run implicit_cast.cpp ]
|
|
[ compile-fail implicit_cast_fail.cpp ]
|
|
[ run ../cast_test.cpp ]
|
|
[ run ../numeric_cast_test.cpp ]
|
|
[ run ../lexical_cast_test.cpp ../../test/build//boost_unit_test_framework/<link>static ]
|
|
[ run lexical_cast_loopback_test.cpp ../../test/build//boost_unit_test_framework/<link>static ]
|
|
[ run lexical_cast_abstract_test.cpp ../../test/build//boost_unit_test_framework/<link>static ]
|
|
[ run lexical_cast_noncopyable_test.cpp ../../test/build//boost_unit_test_framework/<link>static ]
|
|
[ run lexical_cast_vc8_bug_test.cpp ../../test/build//boost_unit_test_framework/<link>static ]
|
|
[ run lexical_cast_wchars_test.cpp ../../test/build//boost_unit_test_framework/<link>static ]
|
|
[ run lexical_cast_float_types_test.cpp ../../test/build//boost_unit_test_framework/<link>static ]
|
|
[ run lexical_cast_inf_nan_test.cpp ../../test/build//boost_unit_test_framework/<link>static ]
|
|
;
|
|
|
|
|