Commit Graph

8 Commits

Author SHA1 Message Date
Glen Fernandes
11d00187fa Switch to Boost.Lightweight_Test for faster test build and run times 2019-02-18 15:59:40 -05:00
Ronald Garcia
73317141cf Updated for most recent boost test framework.
[SVN r37283]
2007-03-25 18:48:50 +00:00
Dave Abrahams
55d031d947 Correct testing bugs:
either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST
    (in my code only)

    or adding "return boost::report_errors();" where it was clearly
    missing (and a pure bug, in anyone's code).


[SVN r37057]
2007-02-24 22:40:59 +00:00
Ronald Garcia
8346ebf004 Replaced use of Boost.Test with boost/test/minimal.hpp. Boost.Test is
not stable enough and minimal.hpp has all the necessary features.


[SVN r23860]
2004-07-20 23:22:39 +00:00
Ronald Garcia
0588a31e72 Updated/Added/Corrected license information for source files.
[SVN r21048]
2003-12-01 19:07:11 +00:00
Ronald Garcia
5099bc9170 Fixed test_main declarations.
[SVN r14863]
2002-08-14 22:29:36 +00:00
Ronald Garcia
501c5219e6 Removed tabs from files.
[SVN r14470]
2002-07-15 22:19:16 +00:00
Ronald Garcia
685b7e4c37 Initial submission to Boost.
[SVN r13915]
2002-05-15 16:08:54 +00:00