mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
splittest
This commit is contained in:
parent
38a7815be2
commit
77cef1151b
2 changed files with 31 additions and 0 deletions
|
@ -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 -
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue