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
Ansgar Burchardt
dune-common-debian
Commits
d49b5ae7
Commit
d49b5ae7
authored
Nov 21, 2016
by
Ansgar Burchardt
Browse files
Simplify running tests.
parent
9fddd4d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/dune-debian.mk
View file @
d49b5ae7
...
...
@@ -7,14 +7,12 @@ DUNE_DEBIAN_SHLIB = $(subst ~,.,lib$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM))
override_dh_auto_configure
:
dh_auto_configure
--
-DBUILD_SHARED_LIBS
=
1
# OpenMPI looks for a rsh program, even when it only starts local processes.
export
OMPI_MCA_plm_rsh_agent
=
/bin/false
override_dh_auto_test
:
# OpenMPI expects rsh/ssh to be in PATH even when it only starts local processes:
mkdir
debian/tmp-test
ln
-s
/bin/false debian/tmp-test/ssh
ln
-s
/bin/false debian/tmp-test/rsh
dh_auto_build
--
build_tests
cd
build
;
PATH
=
$(CURDIR)
/debian/tmp-test:
$$
PATH
$(DUNE_CTEST)
rm
-rf
debian/tmp-test
override_dh_gencontrol
:
dh_gencontrol
--
-Vdune
:shared-library
=
'
$(DUNE_DEBIAN_SHLIB)
'
...
...
Write
Preview
Supports
Markdown
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