summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
blob: c6e6d5e410fa9c03cd45ceefae4a4ac05660895d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import testing ;

lib boost_unit_test_framework ;

path-constant res : ../res ;
path-constant fixtures : fixtures ;

project : requirements
	<define>BOOST_TEST_DYN_LINK
	<define>RESDIR=\\\"$(res)/\\\"
	<define>FIXTURESDIR=\\\"$(fixtures)/\\\"
	<library>boost_unit_test_framework
	<library>..//ilt
	<toolset>tidy:<xcheckxx>hicpp-vararg
	;

run test-collection.cpp ;
run test-maths.cpp ;