blob: a44275f16049a9720e7c36e038cc267a4c504bc7 (
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
|
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++11
<library>..//adhocutil
<library>boost_utf
<define>ROOT=\"$(me)\"
: :
<library>dryice
<library>../src//gitfs++11
<library>boost_utf
<define>ROOT=\"$(me)\"
<define>BOOST_TEST_DYN_LINK
;
run core.cpp : : :
<library>common
;
|