diff options
Diffstat (limited to 'python/pymake/tests/notparallel.mk')
-rw-r--r-- | python/pymake/tests/notparallel.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/pymake/tests/notparallel.mk b/python/pymake/tests/notparallel.mk new file mode 100644 index 000000000..4fd8b1a8d --- /dev/null +++ b/python/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: |