summaryrefslogtreecommitdiff
path: root/project2/files/unittests/Jamfile.jam
blob: ec821d6c54992ab00aa6b04d9e9c4c466c46e0d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import testing ;

lib stdc++fs ;

path-constant me : . ;

run
	testConfig.cpp
	: : :
	<library>..//p2files
	<library>../../ut//p2ut
	<library>../../common//p2common
	<library>stdc++fs
	<define>ROOT=\"$(me)\"
	<dependency>test.config
	: testConfig ;