
21 Jul
2004
21 Jul
'04
5:58 a.m.
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