Makefile.SH: When cross-compiling, copy the files needed by make test.
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)
commit421103b701656c13a87cdd74db15dd4e0d2223c2
tree822aef394a8819826569927165ce4820b24c0cee
parentd1739b52b763ef707b7a9b6a9bac35fd1d6faadb
Makefile.SH: When cross-compiling, copy the files needed by make test.

This is groundwork to enable us to do this:

    $ make
    $ make test

on the host, and have the test suite be run on the target.

Currently this list of files is hand-maintained.
Makefile.SH