summaryrefslogtreecommitdiff
path: root/libphobos/testsuite
diff options
context:
space:
mode:
authorJohannes Pfau <johannespfau@gmail.com>2018-11-22 06:14:47 +0000
committerIain Buclaw <ibuclaw@gcc.gnu.org>2018-11-22 06:14:47 +0000
commitd8bcb00f21f21da751204a6d96ef70cb6b037b97 (patch)
tree66f88f2a4ead2c95c16b91e46b2fe2dc275ec6ca /libphobos/testsuite
parent5d90d0e66ca05e64b8ec5d2b72f2cbef18985b8d (diff)
re PR d/87824 (x86_64-linux multilib issues)
libphobos/ChangeLog: 2018-11-22 Johannes Pfau <johannespfau@gmail.com> PR d/87824 * testsuite/libphobos.shared/shared.exp: Set proper path to phobos library for multilib builds. From-SVN: r266366
Diffstat (limited to 'libphobos/testsuite')
-rw-r--r--libphobos/testsuite/libphobos.shared/shared.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libphobos/testsuite/libphobos.shared/shared.exp b/libphobos/testsuite/libphobos.shared/shared.exp
index 5555b3bdd8a..623e062596a 100644
--- a/libphobos/testsuite/libphobos.shared/shared.exp
+++ b/libphobos/testsuite/libphobos.shared/shared.exp
@@ -94,7 +94,7 @@ if { [is-effective-target dlopen] && [is-effective-target pthread] } {
dg-test "$srcdir/$subdir/host.c" "-ldl -pthread" "$DEFAULT_CFLAGS"
# Test requires a command line argument to be passed to the program.
- set libphobos_run_args "$objdir/../src/.libs/libgphobos.so"
+ set libphobos_run_args "${blddir}/src/.libs/libgphobos.${shlib_ext}"
dg-test "$srcdir/$subdir/loadDR.c" "-ldl -pthread -g" "$DEFAULT_CFLAGS"
set libphobos_run_args ""
}