]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
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
92f5a8d4
TL
9import testing ;
10
7c673cae
FG
11test-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 ]
b32b8144 16 [ run any_test_mplif.cpp ]
7c673cae
FG
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