1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

psyc_text + tests

This commit is contained in:
tg(x) 2011-05-03 22:18:35 +02:00
parent 29b8e8c0d5
commit f8d44070cc
7 changed files with 279 additions and 40 deletions

View file

@ -3,7 +3,7 @@ DEBUG = 2
CFLAGS = -I../include -Wall ${OPT}
LDFLAGS = -L../lib
LOADLIBES = -lpsyc -lm
TARGETS = testServer testParser testMatch testRender isRoutingVar getVarType
TARGETS = testServer testParser testMatch testRender testText isRoutingVar getVarType
WRAPPER =
DIET = diet
PORT = 4440