1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
This commit is contained in:
Gabor Adam Toth 2011-04-28 15:15:37 +02:00
parent 119822d1b2
commit ca95d51e49

View file

@ -16,10 +16,10 @@ nettest:
for f in packets/full-* packets/error-*; do echo ">> $$f"; cat $$f | nc localhost $(PORT); done for f in packets/full-* packets/error-*; do echo ">> $$f"; cat $$f | nc localhost $(PORT); done
nettestp1: nettestp1:
(for f in packets/part-1-p*; do cat $$f; done) | nc nb $(PORT) (for f in packets/part-1-p*; do cat $$f; done) | nc localhost $(PORT)
nettestp2: nettestp2:
(for f in packets/part-1-length-p*; do cat $$f; done) | nc nb $(PORT) (for f in packets/part-1-length-p*; do cat $$f; done) | nc localhost $(PORT)
clean: clean:
rm -f $(TARGETS) rm -f $(TARGETS)