mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(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:
parent
875e72b4de
commit
b67f617bc3
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue