options_v2.jam 414 B

123456789101112
  1. # copyright John Maddock 2003
  2. # Use, modification and distribution are subject to the
  3. # Boost Software License, Version 1.0. (See accompanying file
  4. # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. project
  6. : requirements
  7. # threading tests require thread support turned on:
  8. <threading>multi
  9. ;
  10. local test-requirements = <library>../../test/build//boost_test_exec_monitor ;