ObjPgSQL  Artifact [de89c5f4e9]

Artifact de89c5f4e9914f9c705489686843c1848e4db6849aefac37434b54e0f3894b5f:

  • File tests/Makefile — part of check-in [04c3ced613] at 2018-02-25 23:56:16 on branch trunk — Fix compilation of tests (user: js size: 185)

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}