fix
[libdbw.git] / test / Jamfile
blob8ab0a7d8b3ab24b0ade892e9a2719ed76b381a8c
1 SubDir TOP test ;
3 #if $(HAVE_PGSQL) {
4     Main test_pg : test_pg.c ;
5     LinkLibraries test_pg : libpgw.a ;
6     LINKLIBS on test_pg = -luuid ;
7 #}
9 if $(HAVE_MYSQL) {
10     Main test_mysql : test_mysql.c ;
11     LinkLibraries test_mysql : libmysqlw.a ;