summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
blob: 0dbbc4e44f4c7e58b7881722d66cbb9619cd5154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import testing ;

lib boost_unit_test_framework ;

project : requirements
	<define>BOOST_TEST_DYN_LINK
	<library>boost_unit_test_framework
	<library>..//ilt
	<toolset>tidy:<xcheckxx>hicpp-vararg
	;

run test-collection.cpp ;