mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
render: added error codes for missing method & modifier name; fixes for test tools
This commit is contained in:
parent
c9402a5a42
commit
e47139f059
5 changed files with 42 additions and 18 deletions
|
@ -24,6 +24,7 @@ test: ${TARGETS}
|
|||
./isRoutingVar
|
||||
./getVarType
|
||||
for f in packets/full-*; do echo ">> $$f"; ./testParser $$f; done
|
||||
for f in packets/full-*; do echo ">> $$f"; ./testParser $$f -r; done
|
||||
|
||||
testServer: CFLAGS := $(subst -std=c99,,${CFLAGS})
|
||||
|
||||
|
@ -37,7 +38,7 @@ netstartv:
|
|||
./testServer ${PORT} -v
|
||||
|
||||
netstartrv:
|
||||
./testServer ${PORT} -r -v
|
||||
./testServer ${PORT} -rv
|
||||
|
||||
nettest:
|
||||
for f in packets/full-*; do echo ">> $$f"; cat $$f | nc localhost ${PORT} | diff -u $$f -; done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue