From: Pavel Charvat Date: Tue, 29 Mar 2011 13:54:56 +0000 (+0200) Subject: Automatic tests can't run in parallel. X-Git-Tag: v5.0~120 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c68d828176dca7404dffc8d45c0141ffc98e8d02;p=libucw.git Automatic tests can't run in parallel. --- diff --git a/build/Makebottom b/build/Makebottom index e2c84027..36f73187 100644 --- a/build/Makebottom +++ b/build/Makebottom @@ -148,6 +148,8 @@ $(o)/%.test: $(s)/%.t $(BUILDSYS)/tester $(M)TEST $@ $(Q)$(BUILDSYS)/tester --rundir=run $(TESTERFLAGS) $< && touch $@ +.NOTPARALLEL: $(o)/%.test + # Rules for binaries BINDIR=bin