]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/rational/test/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / rational / test / Jamfile.v2
CommitLineData
7c673cae
FG
1#~ Copyright Rene Rivera 2008
2#~ Distributed under the Boost Software License, Version 1.0.
3#~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5import testing ;
6import ../../config/checks/config : requires ;
7
8
9test-suite rational
10 : [ run rational_example.cpp ]
11 [ run rational_test.cpp
12 /boost/test//boost_unit_test_framework/<link>static ]
13 [ run constexpr_test.cpp : : : [ requires cxx11_constexpr ] ]
b32b8144
FG
14 [ compile-fail expected_fail_01.cpp ]
15 [ compile-fail expected_fail_02.cpp ]
16 [ compile-fail expected_fail_03.cpp ]
17 [ compile-fail expected_fail_04.cpp ]
18 [ compile-fail expected_fail_05.cpp ]
19 [ compile-fail expected_fail_06.cpp ]
20 [ compile-fail expected_fail_07.cpp ]
21 [ compile-fail expected_fail_08.cpp ]
22 [ compile-fail expected_fail_09.cpp ]
23 [ compile-fail expected_fail_10.cpp ]
24 [ compile-fail expected_fail_11.cpp ]
7c673cae 25 ;