Added <executable> binding
[zeroinstall.git] / tests / runnable / RunExec.xml
blob416da1c0b3c840fa289b8ed277582a59f5806f70
1 <?xml version="1.0" ?>
2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
3   <name>RunExec</name>
4   <summary>script that uses a command</summary>
6   <implementation id="test" local-path="." version="1">
7     <command name="run" path="go.sh"/>
8     <requires interface='./Runnable.xml' command='run'>
9       <executable name='0testprog'/>
10     </requires>
11   </implementation>
12 </interface>