summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/notparallel.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/pymake/tests/notparallel.mk')
-rw-r--r--build/pymake/tests/notparallel.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/pymake/tests/notparallel.mk b/build/pymake/tests/notparallel.mk
new file mode 100644
index 000000000..4fd8b1a8d
--- /dev/null
+++ b/build/pymake/tests/notparallel.mk
@@ -0,0 +1,8 @@
+#T commandline: ['-j3']
+
+include $(TESTPATH)/serial-rule-execution.mk
+
+all::
+ $(MAKE) -f $(TESTPATH)/parallel-simple.mk
+
+.NOTPARALLEL: