(string): New test program.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@89 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1995-03-12 19:30:27 +00:00
parent 875e72b4de
commit b67f617bc3

View file

@ -70,7 +70,8 @@ test12.m \
test13.m \
pipes.m \
server.m \
client.m
client.m \
string.m
HDRS = \
server.h
@ -120,6 +121,8 @@ server: server.o $(srcdir)/../libobjects.a
$(LINK_CMD)
client: client.o $(srcdir)/../libobjects.a
$(LINK_CMD)
string: string.o $(srcdir)/../libobjects.a
$(LINK_CMD)
echo-excs:
@echo $(EXCS)