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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user