summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
blob: a008606113d999afbff2a034d6320e98b3fc2eb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
lib boost_unit_test_framework : : <link>shared ;

path-constant src : ../src ;
path-constant test : . ;

run test-ingest.cpp :
	-- :
	:
	<define>BOOST_TEST_DYN_LINK
	<define>SRC=\"$(src)\"
	<define>TEST=\"$(test)\"
	<library>$(src)//webstat
	<library>boost_unit_test_framework
	;