Differences From Artifact [d3de829000]:
- File tests/fdktestqa/testqa/Makefile — part of check-in [854b6c8345] at 2014-11-14 20:54:57 on branch v1.60 — streamline sync more (user: matt, size: 860) [annotate] [blame] [check-ins using] [more...]
To Artifact [5a7733d189]:
- File tests/fdktestqa/testqa/Makefile — part of check-in [21475c886a] at 2015-06-14 05:35:31 on branch v1.60 — Fixed itemwait and itemmatch (user: matt, size: 884) [annotate] [blame] [check-ins using]
︙ | |||
21 22 23 24 25 26 27 28 29 30 31 32 33 34 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | + | bigrun2 : $(MEGATEST) -runtests bigrun2 -target a/bigrun2 :runname a$(shell date +%V) bigrun3 : $(MEGATEST) -runtests bigrun3 -target a/bigrun3 :runname $(RUNNAME) dashboard : mkdir -p ../simpleruns $(DASHBOARD) -rows 20 & newdashboard : $(NEWDASHBOARD) & compile : (cd ../../..;make -j && make install) |
︙ |