summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-18 12:39:04 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-19 14:25:53 +0100
commit2d769630290d17c20c0db1e32c61a725c6559fb7 (patch)
tree844c130f7c9dfa4098ad0c8d4ec5abac11587d42
parent12ecdbabc19628e19109666d8534ce6d99035a95 (diff)
downloadtelepathy-mission-control-2d769630290d17c20c0db1e32c61a725c6559fb7.tar.gz
installcheck-twisted: test the just-installed MC if using a DESTDIR
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69542 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r--tests/twisted/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am
index f1c454e3..e2f6d05a 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -267,7 +267,7 @@ installcheck-local: installcheck-twisted
installcheck-twisted:
$(MAKE) check-twisted \
TWISTED_SPECIAL_BUILD_TESTS= \
- MC_EXECUTABLE=@libexecdir@/mission-control-5
+ MC_EXECUTABLE=$(DESTDIR)@libexecdir@/mission-control-5
endif # WANT_TWISTED_TESTS