app: Prevent parallel builds for the tests

The tests must not be run in parallel or in a different order as specified.
This commit is contained in:
Michael Schumacher 2018-06-29 07:49:06 +00:00
parent 188fd773a5
commit c008ef7e85
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# Prevent parallel builds for the tests, as e.g. done by make -j check
# The tests must not be run in parallel or in a different order as specified
.NOTPARALLEL
SUBDIRS = \
files \
gimpdir \