]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/rational/test/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / rational / test / Jamfile.v2
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
5 import testing ;
6 import ../../config/checks/config : requires ;
7
8
9 test-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 ;