fix .. test
[libxsql.git] / test / Jamfile
blobaed907dc2fdbf34d508cac41ae3d9f14bf5569e9
1 SubDir TOP test ;
3 Main test_eval$(SUFEXE) : test_eval.c ;
4 if $(USE_SQLITE) {
5     Main test_sqlite$(SUFEXE) : test_sqlite.c ;
7 if $(USE_PGSQL) {
8     Main test_pg$(SUFEXE) : test_pg.c ;
10 # Link
12 LINKLIBS on test_eval$(SUFEXE) = -lxsql ;
13 if $(USE_PGSQL) {
14     LONKLIBS on test_pg$(SUFEXE) = -lxsql ;
16 if $(USE_SQLITE) {
17     LINKLIBS on test_sqlite$(SUFEXE) = -lxsql ;