1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Replace incorrect benchmarks on test30_2

Add a few attributes for testing to plugin.xml
This commit is contained in:
Leo Treggiari 2005-05-24 19:11:30 +00:00
parent 14d4d30038
commit 502930fde5
2 changed files with 3 additions and 0 deletions

View file

@ -3255,6 +3255,7 @@
</inputType>
<outputType
id="test30_1.gnu.so.cjpeg.output"
primaryInputType="test30_1.gnu.so.cjpeg.input"
outputs="jpeg">
</outputType>
</tool>
@ -3325,6 +3326,7 @@
id="test30_2.tar-create.input1"
name="All cpp files"
multipleOfType="true"
primaryInput="true"
sourceContentType="org.eclipse.cdt.core.cxxSource">
</inputType>
<inputType
@ -3338,6 +3340,7 @@
name="Tar file"
outputs="tar"
buildVariable="TAROUT"
primaryOutput="true"
option="test30_2.tar-create.filename">
</outputType>
</tool>