2
0
mirror of https://github.com/boostorg/config.git synced 2026-02-20 14:42:17 +00:00
Files
config/test/options_v2.jam
Vladimir Prus 8dd274ccf9 Add files needed for Jamfile.v2
[SVN r32940]
2006-02-15 15:32:00 +00:00

9 lines
226 B
Plaintext

# copyright John Maddock 2003
project
: requirements
# threading tests require thread support turned on:
<threading>multi
;
local test-requirements = <library>../../test/build//boost_test_exec_monitor ;