$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daryle Walker (dwalker07_at_[hidden])
Date: 2003-05-28 23:33:33
In a revamp of the I/O library reviewed a few months ago, I revised the
structure of the test programs to match that given in the Boost.Test
documentation. Is what I have alright? Someone (Beman?) mentioned the
desire for Jamfiles; but I don't use Jam, so I don't know if that's
needed for arranging automated tests. (My platform, Mac OS X, can do
Jam if I want to switch.)
The files are "libs/io/test/array_stream_test.cpp" and
"libs/io/test/iomanip_test.cpp" in the sandbox.
Daryle