Differences From Artifact [644bd3eb54]:
- File tests/OFWideString/Makefile — part of check-in [b4ead4bdd2] at 2008-09-14 15:12:24 on branch trunk — Fix a bug in OFWideString and add test for OFWideString. (user: js size: 136)
To Artifact [d8754a2dea]:
- File tests/OFWideString/Makefile — part of check-in [ab91040318] at 2008-09-14 17:09:54 on branch trunk — Automatically run tests. (user: js size: 235)
1 2 3 4 5 6 7 | PROG_NOINST = ofwidestring SRCS = OFWideString.m include ../../buildsys.mk CPPFLAGS += -I../../src LIBS += -lobjc -L../../src -lobjfw | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 |
PROG_NOINST = ofwidestring
SRCS = OFWideString.m
include ../../buildsys.mk
CPPFLAGS += -I../../src
LIBS += -lobjc -L../../src -lobjfw
all: ${PROG_NOINST}
LD_LIBRARY_PATH=../../src \
DYLD_LIBRARY_PATH=../../src \
./${PROG_NOINST}
|