waf: add a sample run-on-target script
authorUri Simchoni <urisimchoni@gmail.com>
Mon, 4 May 2015 19:03:54 +0000 (22:03 +0300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 20 May 2015 09:19:11 +0000 (11:19 +0200)
commit1c58fee706e02410966d3f9db89a7525fd2cb8a7
tree84fc29d5af2df4900d310e427e09bc49234638ae
parent25b17210753117170ba1e40a3cbda0b97e208199
waf: add a sample run-on-target script

This is a sample script that can be used with the --cross-execute
configure switch to run configure tests on a remote target for which
samba is being cross-compiled.

Signed-off-by: Uri Simchoni <urisimchoni@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
buildtools/examples/run_on_target.py [new file with mode: 0755]