2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-27 07:22:11 +00:00

Fixed Jamfile issues with tests

[SVN r14818]
This commit is contained in:
William E. Kempf
2002-08-13 19:19:09 +00:00
parent 43cbd3a283
commit 1e2a9e8971
9 changed files with 32 additions and 51 deletions

View File

@@ -77,7 +77,7 @@ void test_comparison()
thrd.join();
}
boost::unit_test_framework::test_suite* thread_tests()
boost::unit_test_framework::test_suite* init_unit_test_suite(int argc, char* argv[])
{
boost::unit_test_framework::test_suite* test = BOOST_TEST_SUITE("Boost.Threads: thread test suite");