Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
38285971
Commit
38285971
authored
Jul 21, 2017
by
Lorenz Huedepohl
Browse files
Set a default of 2 tasks for the tests, if not otherwise specified
parent
675fe7a1
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
38285971
...
...
@@ -518,17 +518,17 @@ single_complex_2stage_banded@SUFFIX@_FCFLAGS = $(AM_FCFLAGS) $(FC_MODINC)test_mo
endif
# test scripts
MPIEXEC
?=
$(MPI_BINARY)
'-n $$TASKS'
# test scripts
T
TASKS
?=
2
if
WITH_MPI
wrapper
=
$(MPI
EXEC)
wrapper
=
$(MPI
_BINARY)
-n
$
${
TASKS
:-
$(TASKS)
}
else
wrapper
=
endif
TESTS
=
$(check_SCRIPTS)
%.sh
:
%
@
echo
"#!/bin/bash"
>
$@
@
echo
$(wrapper)
./
$^
'$$TEST_FLAGS'
>>
$@
@
echo
'
$(wrapper)
'
./
$^
'$$TEST_FLAGS'
>>
$@
@
chmod
+x
$@
include
doxygen.am
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment