Fix the test for Boost.Test.
commit9de6a6bf92fc90b0331b7091c051ef43ae99e748
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Mon, 7 Jan 2008 07:39:21 +0000 (7 08:39 +0100)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Mon, 7 Jan 2008 07:42:00 +0000 (7 08:42 +0100)
tree9dd72e461332aae303b16ae517f8bac73fbab859
parent59d8d8fd7c9c818ce68b72e42c72c481d9f5e63f
Fix the test for Boost.Test.

Some extra code is required to use Boost.Test which defines its own
`main' function.
* build-aux/boost.m4 (BOOST_FIND_LIB): Accept a 5th optional
argument.
(BOOST_TEST): Use it to define `init_unit_test_suite'.
* tests/testsuite.at: Add a test for the static flavor of
BOOST_TEST.
* THANKS: Update.
Problem reported by Jens Seidel.  Patch contributed by Hubert
Figuière.

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
ChangeLog
THANKS
build-aux/boost.m4
tests/testsuite.at