Differences From Artifact [958bbaad3d]:
- File tests/fdktestqa/testqa/Makefile — part of check-in [7ba7704d24] at 2013-06-27 12:53:32 on branch v1.55 — re-Fixed crash from empty items list (user: mrwellan, size: 550) [annotate] [blame] [check-ins using] [more...]
To Artifact [7ce2c42a50]:
- File tests/fdktestqa/testqa/Makefile — part of check-in [567e18494f] at 2013-07-01 14:09:07 on branch dev — tweaks to bigrun test (user: mrwellan, size: 613) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | + | BINDIR = $(PWD)/../../../bin PATH := $(BINDIR):$(PATH) MEGATEST = $(BINDIR)/megatest DASHBOARD = $(BINDIR)/dashboard all : $(MEGATEST) -remove-runs -target a/b :runname c -testpatt %/% $(MEGATEST) -runtests % -target a/b :runname c bigbig : for tn in a b c d;do \ ($(MEGATEST) -runtests % -target a/b :runname $tn & ) ; \ done |
︙ |