$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-07-16 04:17:25
David Abrahams:
> That was one of the kinds of cases I had in mind when wondering if it
> was a good idea to rely on dependent libraries' tests to discover
> problems in a library.
Having dependent libraries act as regression tests is a good thing. It
increases the test coverage and helps us uncover regressions before our
users.