$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: pwm (pwmiller_at_[hidden])
Date: 2007-01-23 11:19:46
I have just run into an issue with using boost unit test. To initialize
a test one must implement a function init_unit_test_suite. There needs
to be an analogous fini_unit_test_suite so the test suite can properly
release any resources acquired by the init method.
Phil