summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
blob: d0b0e70164f740f1126d2bd080d44611143ebd50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
lib boost_unit_test_framework ;

project : requirements
	<library>../lib//mygrate
	<library>boost_unit_test_framework/<link>shared
	<define>BOOST_TEST_DYN_LINK
	<define>ROOT=\\\"$(root)\\\"
	;

lib testdb :
	[ glob testdb-*.cpp ] :
	<link>static
	;

run test-rawDataReader.cpp ;
run test-bitset.cpp ;
run test-streams.cpp ;
run test-misc.cpp ;
run test-mysql.cpp : : : <library>testdb ;
run test-postgresql.cpp : -- : ../db/schema.sql : <library>testdb ;
run test-mapping.cpp : : : <library>testdb <implicit-dependency>testdb ;