mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 19:35:36 +02:00
Replace incorrect benchmarks on test30_2
Add a few attributes for testing to plugin.xml
This commit is contained in:
parent
14d4d30038
commit
502930fde5
2 changed files with 3 additions and 0 deletions
|
@ -3255,6 +3255,7 @@
|
||||||
</inputType>
|
</inputType>
|
||||||
<outputType
|
<outputType
|
||||||
id="test30_1.gnu.so.cjpeg.output"
|
id="test30_1.gnu.so.cjpeg.output"
|
||||||
|
primaryInputType="test30_1.gnu.so.cjpeg.input"
|
||||||
outputs="jpeg">
|
outputs="jpeg">
|
||||||
</outputType>
|
</outputType>
|
||||||
</tool>
|
</tool>
|
||||||
|
@ -3325,6 +3326,7 @@
|
||||||
id="test30_2.tar-create.input1"
|
id="test30_2.tar-create.input1"
|
||||||
name="All cpp files"
|
name="All cpp files"
|
||||||
multipleOfType="true"
|
multipleOfType="true"
|
||||||
|
primaryInput="true"
|
||||||
sourceContentType="org.eclipse.cdt.core.cxxSource">
|
sourceContentType="org.eclipse.cdt.core.cxxSource">
|
||||||
</inputType>
|
</inputType>
|
||||||
<inputType
|
<inputType
|
||||||
|
@ -3338,6 +3340,7 @@
|
||||||
name="Tar file"
|
name="Tar file"
|
||||||
outputs="tar"
|
outputs="tar"
|
||||||
buildVariable="TAROUT"
|
buildVariable="TAROUT"
|
||||||
|
primaryOutput="true"
|
||||||
option="test30_2.tar-create.filename">
|
option="test30_2.tar-create.filename">
|
||||||
</outputType>
|
</outputType>
|
||||||
</tool>
|
</tool>
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue