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

nettest: not parallel

This commit is contained in:
Gabor Adam Toth 2011-05-08 23:08:00 +02:00
parent 642311fcae
commit b830bdf3c1

View file

@ -40,6 +40,8 @@ test: ${TARGETS}
x=0; for f in packets/[0-9]*; do echo ">> $$f"; ./testParser $$f; x=$$((x+$$?)); done; exit $$x x=0; for f in packets/[0-9]*; do echo ">> $$f"; ./testParser $$f; x=$$((x+$$?)); done; exit $$x
x=0; for f in packets/[0-9]*; do echo ">> $$f"; ./testParser $$f -r; x=$$((x+$$?)); done; exit $$x x=0; for f in packets/[0-9]*; do echo ">> $$f"; ./testParser $$f -r; x=$$((x+$$?)); done; exit $$x
.NOTPARALLEL: nettestrun
nettest: nettestfull nettestsplit nettest: nettestfull nettestsplit
nettestrun: srvstart pkt srvkill nettestrun: srvstart pkt srvkill