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

splittest

This commit is contained in:
tg(x) 2011-04-29 16:03:17 +02:00
parent 38a7815be2
commit 77cef1151b
2 changed files with 31 additions and 0 deletions

View file

@ -24,6 +24,9 @@ nettest:
nettesterr:
for f in packets/error-*; do echo ">> $$f"; cat $$f | nc localhost $(PORT); done
splittest:
for f in packets/full-*; do echo ">> $$f"; ./splittest.pl $$f $(PORT) | diff -u $$f -; done
nettestp1:
(for f in packets/part-1-p*; do cat $$f; done) | nc localhost $(PORT) | diff -u packets/full-1 -