ObjPgSQL  Makefile at [0ba26fcfe3]

File tests/Makefile artifact de89c5f4e9 part of check-in 0ba26fcfe3


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}