summaryrefslogtreecommitdiff
path: root/libpqpp/unittests/Jamfile.jam
blob: c48ccb85c4ebb15adfc8fbbac2e0c94775143f56 (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 ;

path-constant me : . ;

lib boost_utf : : <name>boost_unit_test_framework ;
lib stdc++fs ;
lib dbpptestcore : : : : <include>/usr/include/dbpp ;
lib adhocutil : : : : <include>/usr/include/adhocutil ;

run
	testpq.cpp
	: :
	pqschema.sql
	:
	<define>ROOT=\"$(me)\"
	<define>BOOST_TEST_DYN_LINK
	<library>..//dbpp-postgresql
	<local-dbppcore>yes:<library>../../..//dbpptestcore
	<local-dbppcore>no:<library>dbpptestcore
	<library>adhocutil
	<library>..//pq
	<library>boost_utf
	<library>stdc++fs
	<toolset>tidy:<xcheckxx>hicpp-vararg
	;