Makefile.SH: 'make test' for cross-compilation builds.
authorJess Robinson <castaway@desert-island.me.uk>
Thu, 31 Jan 2013 14:12:31 +0000 (14:12 +0000)
committerBrian Fraser <fraserbn@gmail.com>
Wed, 22 Jan 2014 16:08:21 +0000 (13:08 -0300)
commit86bfbb31623c9f8f806dcd9c8394b1d70f6959f5
treed1244fa01464b27cbb86f5a83be222f6e401b1a0
parent421103b701656c13a87cdd74db15dd4e0d2223c2
Makefile.SH: 'make test' for cross-compilation builds.

Along with the previous commit, this enables us to run 'make test'
on the host and have the tests run on the target. We do this by
calling ./Cross/run ./TEST with -cwd $targetdir/t, and setting its
LD_LIBRARY_PATH to $targetdir, so that libperl.so is found.
Makefile.SH