summaryrefslogtreecommitdiff
path: root/unittests/Jamfile.jam
blob: 9de6ea63e1d8d1333a7264abc1a61a60dcf79a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
import testing ;

lib boost_utf : : <name>boost_unit_test_framework ;
lib dryice : : : : <library>..//icetray ;

path-constant me : . ;

lib common :
	mockDefs.cpp
	:
	<library>dryice
	<library>../src//gitfs
	<library>..//adhocutil
	<library>boost_utf
	<define>ROOT=\"$(me)\"
	: :
	<library>dryice
	<library>../src//gitfs
	<library>boost_utf
	<define>ROOT=\"$(me)\"
	<define>BOOST_TEST_DYN_LINK
	;


run core.cpp : : :
	<library>../src//gitfs
	<library>common
	;