ObjPgSQL  Makefile at 04c3ced613448bb557d961e41ea903a5028e5dba85f782edc134b1b7286ad115

File tests/Makefile artifact de89c5f4e9 part of check-in 04c3ced613448bb557d961e41ea903a5028e5dba85f782edc134b1b7286ad115


include ../extra.mk

PROG_NOINST = tests
SRCS = tests.m

include ../buildsys.mk

CPPFLAGS += -I../src -I../src/exceptions
LIBS := -L../src -lobjpgsql ${OBJFW_LIBS} ${LIBS}
LD = ${OBJC}