]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/rational/test/Jamfile.v2
bump version to 12.2.2-pve1
[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 ] ]
14 ;