mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
Makefile: netstart
This commit is contained in:
parent
1217d8ce8b
commit
508661cc55
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ all: $(TARGETS)
|
|||
test: $(TARGETS)
|
||||
for f in packets/full-* packets/error-*; do echo ">> $$f"; ./testParser $$f; done
|
||||
|
||||
netstart:
|
||||
./testServer $(PORT)
|
||||
|
||||
netstartv:
|
||||
./testServer $(PORT) -v
|
||||
|
||||
nettest:
|
||||
for f in packets/full-*; do echo ">> $$f"; cat $$f | nc localhost $(PORT) | diff -u $$f -; done
|
||||
|
||||
|
|
Loading…
Reference in a new issue