summaryrefslogtreecommitdiff
path: root/netfs/unittests/Jamfile.jam
blob: af024114a970fd6721e9230ee33d6678871b7ce4 (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
import testing ;

lib boost_utf : : <name>boost_unit_test_framework ;
lib boost_system ;
lib boost_filesystem ;
lib IceUtil ;
lib Ice ;

path-constant me : . ;

run
	testCore.cpp
	: :
	:
	<define>BOOST_TEST_DYN_LINK
	<library>IceUtil
	<library>Ice
	<library>boost_system
	<library>boost_filesystem
	<library>boost_utf
	<library>../daemon//netfsd
	<library>../fuse//netfsClient
	<library>../ice//netfsComms
	<define>ROOT=\"$(me)\"
	: testCore ;