Skip to main content
summaryrefslogtreecommitdiffstats
blob: c3cb872dad4d30ea48adb4e993969aa4a9cd446b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?><cs:cspec xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0" name="org.eclipse.etrice.generator.c.tests" componentType="buckminster" version="0.5.0.qualifier">
    <cs:actions>
        <cs:public name="run_tests" actor="ant">
            <cs:actorProperties>
                <cs:property key="buildFile" value="make.xml"/>
                <cs:property key="targets" value="all"/>
            </cs:actorProperties>
        </cs:public>
    </cs:actions>
</cs:cspec>

Back to the top