Artifact 1da3e6f8f72fcb69f28033222ec7040d5532c0bf:
- File tests/fdktestqa/testqa/Makefile — part of check-in [8574e9978e] at 2013-05-04 23:56:08 on branch v1.54 — Simplified testpatt vs. runtests (user: matt, size: 510) [annotate] [blame] [check-ins using] [more...]
BINDIR=$(PWD)/../../../bin MEGATEST=$(BINDIR)/megatest DASHBOARD=$(BINDIR)/dashboard all : $(MEGATEST) -runtests % -target a/b :runname c bigbig : for tn in a b c d;do \ ($(MEGATEST) -runtests % -target a/b :runname $tn & ) ; \ done bigrun : $(MEGATEST) -runtests bigrun -target a/bigrun :runname a bigrun2 : $(MEGATEST) -runtests bigrun2 -target a/bigrun2 :runname a dashboard : $(DASHBOARD) -rows 20 & compile : (cd ../../..;make && make install) clean : rm -rf ../simple*/*/* megatest.db