]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/io/test/Jamfile
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / io / test / Jamfile
1 # Copyright 2003 Daryle Walker
2 #
3 # Copyright 2019 Glen Joseph Fernandes
4 # (glenjofe@gmail.com)
5 #
6 # Distributed under the Boost Software License, Version 1.0.
7 # (http://www.boost.org/LICENSE_1_0.txt)
8
9 import testing ;
10
11 project : requirements <warnings>pedantic <warnings-as-errors>on ;
12
13 run ios_state_unit_test.cpp ;
14 run ios_state_test.cpp ;
15 run quoted_test.cpp ;
16 run quoted_fill_test.cpp ;
17 run ostream_joiner_test.cpp ;
18 run make_ostream_joiner_test.cpp ;
19 run ostream_put_test.cpp ;
20 run nullstream_test.cpp ;