Please set the XSL stylesheet parameter "boost.root" to the top-level
Boost directory (i.e., BOOST_ROOT)
# Testing Jamfile autogenerated from XML source
subproject ;
# bring in rules for testing
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
include testing.jam ;
# Make tests run by default.
DEPENDS all : test ;
{
# look in BOOST_ROOT for sources first, just in this Jamfile
local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
test-suite
: ;
}
[
:
:
:
:
]
<lib>