mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-31 20:23:26 +02:00
33 lines
861 B
XML
33 lines
861 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.0"?>
|
|
<plugin>
|
|
|
|
<extension
|
|
id="runTests"
|
|
point="org.eclipse.core.runtime.applications">
|
|
<application>
|
|
<run
|
|
class="org.eclipse.cdt.core.suite.RunTests">
|
|
</run>
|
|
</application>
|
|
</extension>
|
|
<extension
|
|
id="TestProject"
|
|
name="C/C++ Test Project"
|
|
point="org.eclipse.cdt.core.CProject">
|
|
<cproject
|
|
class="org.eclipse.cdt.core.testplugin.TestProject">
|
|
</cproject>
|
|
</extension>
|
|
<extension
|
|
id="TestScanner"
|
|
name="C/C++ Test Scanner"
|
|
point="org.eclipse.cdt.core.ScannerInfoProvider">
|
|
<cextension>
|
|
<run
|
|
class="org.eclipse.cdt.core.testplugin.TestScannerProvider">
|
|
</run>
|
|
</cextension>
|
|
</extension>
|
|
|
|
</plugin>
|