]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/any/test/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / any / test / Jamfile.v2
1 # Copyright Vladimur Prus 2005. Use, modification and
2 # distribution is subject to the Boost Software License, Version
3 # 1.0. (See accompanying file LICENSE_1_0.txt or copy at
4 # http://www.boost.org/LICENSE_1_0.txt)
5 #
6 # For more information, see http://www.boost.org/libs/any
7 #
8
9 import testing ;
10
11 test-suite any :
12 [ run any_test.cpp ]
13 [ run any_test.cpp : : : <rtti>off <define>BOOST_NO_RTTI <define>BOOST_NO_TYPEID : any_test_no_rtti ]
14 [ run any_test_rv.cpp ]
15 [ run any_test_rv.cpp : : : <rtti>off <define>BOOST_NO_RTTI <define>BOOST_NO_TYPEID : any_test_rv_no_rtti ]
16 [ run any_test_mplif.cpp ]
17 [ compile-fail any_cast_cv_failed.cpp ]
18 [ compile-fail any_test_temporary_to_ref_failed.cpp ]
19 [ compile-fail any_test_cv_to_rv_failed.cpp ]
20 ;
21
22