]> mj.ucw.cz Git - libucw.git/commitdiff
Automatic tests can't run in parallel.
authorPavel Charvat <pchar@ucw.cz>
Tue, 29 Mar 2011 13:54:56 +0000 (15:54 +0200)
committerPavel Charvat <pchar@ucw.cz>
Tue, 29 Mar 2011 13:54:56 +0000 (15:54 +0200)
build/Makebottom

index e2c840270933077bbf012b1a6ac67a5a99c64755..36f731870c3d093dbf276f532525dc55d10a45f6 100644 (file)
@@ -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