Differences From Artifact [3e79ac04f4]:
- File tests/Makefile — part of check-in [8679c61b2c] at 2014-07-18 23:35:18 on branch trunk — Add a proper build system (user: js, size: 142) [annotate] [blame] [check-ins using]
To Artifact [de89c5f4e9]:
- 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) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | PROG_NOINST = tests SRCS = tests.m include ../buildsys.mk CPPFLAGS += -I../src -I../src/exceptions | > > | | 1 2 3 4 5 6 7 8 9 10 | 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} |