Differences From Artifact [e989e12b45]:
- File tests/plugin/Makefile — part of check-in [81239da84f] at 2009-10-03 13:38:54 on branch trunk — Rename tests_new to tests. (user: js size: 231)
- File tests_new/plugin/Makefile — part of check-in [0ad8f57b16] at 2009-10-01 12:44:37 on branch trunk — Migration of OFPlugin tests to new testing framework. (user: js size: 231)
To Artifact [5683ac2896]:
- File tests/plugin/Makefile — part of check-in [4b763dd49a] at 2009-12-01 13:27:24 on branch trunk — Add missing LD = ${OBJC} to two Makefiles. (user: js size: 244)
1 2 3 4 5 6 7 8 9 |
PLUGIN_NOINST = TestPlugin${PLUGIN_SUFFIX}
SRCS = TestPlugin.m
include ../../buildsys.mk
include ../../extra.mk
CPPFLAGS += ${PLUGIN_CPPFLAGS} -I../.. -I../../src
OBJCFLAGS += ${PLUGIN_CFLAGS}
LIBS := -L../../src -lobjfw ${LIBS}
| > | 1 2 3 4 5 6 7 8 9 10 |
PLUGIN_NOINST = TestPlugin${PLUGIN_SUFFIX}
SRCS = TestPlugin.m
include ../../buildsys.mk
include ../../extra.mk
CPPFLAGS += ${PLUGIN_CPPFLAGS} -I../.. -I../../src
OBJCFLAGS += ${PLUGIN_CFLAGS}
LIBS := -L../../src -lobjfw ${LIBS}
LD = ${OBJC}
|