nettest: not parallel

This commit is contained in:
Gabor Adam Toth 2011-05-08 23:08:00 +02:00
parent 642311fcae
commit b830bdf3c1
1 changed files with 2 additions and 0 deletions

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