[Bug 263] New: Testsuite only able to run on localhost
via D.gnu
d.gnu at puremagic.com
Sat Jul 8 08:37:40 PDT 2017
https://bugzilla.gdcproject.org/show_bug.cgi?id=263
Bug ID: 263
Summary: Testsuite only able to run on localhost
Product: GDC
Version: development
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Normal
Component: libgphobos
Assignee: ibuclaw at gdcproject.org
Reporter: ibuclaw at gdcproject.org
Because the unittests don't use Dejagnu, this means they cannot run on a remote
or simulated host.
i.e:
make check-target-libphobos RUNTESTFLAGS="--target_board=arm-sim"
PATH="${PATH}:./scripts/wrapper"
With file ./scripts/wrapper/arm-linux-gnueabi-run
---
#!/bin/sh
qemu-arm -L /usr/arm-linux-gnueabi -E LD_LIBRARY_PATH=$LD_LIBRARY_PATH -E
SHLIB=$SHLIB_PATH $*
ret=$?
echo "*** EXIT code $ret"
exit $ret
---
--
You are receiving this mail because:
You are watching all bug changes.
More information about the D.gnu
mailing list