mirror of
https://github.com/boostorg/io.git
synced 2026-01-31 20:22:13 +00:00
17 lines
387 B
Plaintext
17 lines
387 B
Plaintext
# Copyright 2003 Daryle Walker
|
|
#
|
|
# Copyright 2019 Glen Joseph Fernandes
|
|
# (glenjofe@gmail.com)
|
|
#
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# (http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
import testing ;
|
|
|
|
run ios_state_unit_test.cpp ;
|
|
run ios_state_test.cpp ;
|
|
run quoted_test.cpp ;
|
|
run ostream_joiner_test.cpp ;
|
|
run make_ostream_joiner_test.cpp ;
|
|
run ostream_put_test.cpp ;
|