ObjPgSQL  Makefile at [6417eb405d]

File tests/Makefile artifact de89c5f4e9 part of check-in 6417eb405d


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}