Joshua Warner 1258b23ea1 add remote-test capability
To execute tests on a remote host (for instance, because you're cross-compiling),
simply do:

make remote-test=true remote-test-host=<host_to_test_on> test

You can set several variables to control the functionality of remote-test.
See them below, along with their default values:

remote-test-host = localhost # host to ssh to
remote-test-port = 22
remote-test-user = ${USER} # user to execute tests as
remote-test-dir = /tmp/avian-test-${USER} # dir to rsync build output to
2013-02-14 18:47:48 -07:00
..
2011-03-15 17:51:32 -06:00
2012-08-11 08:01:44 -06:00
2012-08-12 14:31:58 -06:00
2012-08-13 08:26:39 -06:00
2012-12-20 09:05:30 -07:00
2012-12-20 09:05:30 -07:00
2011-11-03 12:30:51 -06:00
2008-11-02 15:25:51 -07:00
2013-02-14 18:47:48 -07:00
2011-01-20 09:39:16 -07:00