blob: 236938df8b8555c76849f4095d89db06b0dfd0da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
import testing ;
lib boost_system ;
lib boost_filesystem ;
path-constant me : . ;
run
testConfig.cpp
: : :
<library>..//p2files
<library>../../ut//p2ut
<library>../../common//p2common
<library>boost_filesystem
<define>ROOT=\"$(me)\"
<dependency>test.config
: testConfig ;
|