$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-21 00:58:52
Joel de Guzman wrote:
> > #include <boost/detail/lightweight_test.hpp>
> >
> > int main()
> > {
> > int x = 0;
> >
> > BOOST_TEST( ++x == 1 );
> > BOOST_TEST( ++x == 1 );
> >
> > return boost::report_errors();
> > }
>
> Thank you Peter. After the release, I'll definitely move Spirit
> to use this simple, no frills, test utility.
Hey, I'm thinking about this too. Well, I'd still have to roll my own
BOOST_COMPARE_COLLECTIONS, but that's the only extra thing I'd need.
- Volodya