From c68d828176dca7404dffc8d45c0141ffc98e8d02 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Tue, 29 Mar 2011 15:54:56 +0200 Subject: [PATCH] Automatic tests can't run in parallel. --- build/Makebottom | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2