]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/endian/test/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / endian / test / Jamfile.v2
1 # Boost Endian Library test Jamfile
2
3 # Copyright Beman Dawes 2006, 2013
4
5 # Distributed under the Boost Software License, Version 1.0.
6 # See http://www.boost.org/LICENSE_1_0.txt
7
8 # See library home page at http://www.boost.org/libs/endian
9
10 project
11 : requirements
12 <toolset>msvc:<asynch-exceptions>on
13 ;
14
15 test-suite "endian"
16 :
17 [ run buffer_test.cpp # sources
18 : # command line
19 : # input files
20 : # requirements
21 : # target name
22 ]
23 [ run endian_test.cpp ]
24 [ run endian_operations_test.cpp ]
25 [ run endian_in_union_test.cpp ]
26 [ run conversion_test.cpp ]
27 # [ run floating_point_test.cpp : : : <test-info>always_show_run_output ]
28 ;