Index: tests/pybin/settings.py
===================================================================
--- tests/pybin/settings.py	(revision afe8882d4abe48a8b80915cca915209de65e6d15)
+++ tests/pybin/settings.py	(revision 6b9daf17c16f80286e75923fbc4ee46f9dd72542)
@@ -112,4 +112,5 @@
 	global install
 	global timeout
+	global ldpath
 
 	dry_run    = options.dry_run
@@ -120,4 +121,5 @@
 	arch       = Architecture(options.arch)
 	timeout    = Timeouts(options.timeout, options.global_timeout)
+	ldpath     = "LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:%slibcfa/%s-%s/src/.libs\"" % (BUILDDIR, arch, "debug" if options.debug else "nodebug")
 
 
