summaryrefslogtreecommitdiffstats
path: root/regress
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-04-30 13:55:32 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-04-30 13:55:32 +0100
commit4b39120d2270ee4435bc0e6a08826ce9abecb738 (patch)
tree645ed0131d8181bd41059d9d2edf441e034c7441 /regress
parent76950a64013807e7f360cd1af0091b741b2d5e94 (diff)
.NOTPARALLEL.
Diffstat (limited to 'regress')
-rw-r--r--regress/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/Makefile b/regress/Makefile
index deb8ae45..3775a711 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,6 +1,7 @@
TESTS!= echo *.sh
.PHONY: all $(TESTS)
+.NOTPARALLEL: all $(TESTS)
all: $(TESTS)