Only display selected dependencies in autocompile output
[0compile.git] / tests / cprog / cprog-command.xml
blob6bb3e3569765121408f62d039da3e626994a1477
1 <?xml version="1.0" ?>
2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:compile="http://zero-install.sourceforge.net/2006/namespaces/0compile">
3   <name>cprog</name>
4   <summary>testing</summary>
5   <description>
6     Test compiling a C program which needs to write to its own src dir.
7   </description>
9   <feed-for interface='http://example.com/cprog.xml'/>
11   <group arch="*-src" compile:dup-src='true' license='Public Domain'>
12     <implementation id="." version="0.1">
13       <command name='compile'>
14         <runner interface='http://repo.roscidus.com/devel/make'>
15           <environment name='runnerVarsSet' value='yes'/>
16         </runner>
17         <compile:implementation main='main'>
18           <command name='my-run' path='main'/>
19         </compile:implementation>
20       </command>
21       <environment name='CPROG_SELF' insert='' mode='replace'/>
22     </implementation>
23   </group>
24 </interface>