1# Copyright 2003 Daryle Walker
2#
3# Copyright 2019 Glen Joseph Fernandes
4# ([email protected])
5#
6# Distributed under the Boost Software License, Version 1.0.
7# (http://www.boost.org/LICENSE_1_0.txt)
8
9import testing ;
10
11project : requirements <warnings>pedantic <warnings-as-errors>on ;
12
13run ios_state_unit_test.cpp ;
14run ios_state_test.cpp ;
15run quoted_test.cpp ;
16run quoted_fill_test.cpp ;
17run ostream_joiner_test.cpp ;
18run make_ostream_joiner_test.cpp ;
19run ostream_put_test.cpp ;
20