2003-06-18 21:29:47 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2003-11-24 18:31:03 +00:00
|
|
|
<?eclipse version="3.0"?>
|
2005-11-15 21:33:43 +00:00
|
|
|
<plugin>
|
2003-06-18 21:29:47 +00:00
|
|
|
|
2005-11-15 21:33:43 +00:00
|
|
|
<extension
|
2004-01-12 19:08:28 +00:00
|
|
|
id="runTests"
|
|
|
|
point="org.eclipse.core.runtime.applications">
|
|
|
|
<application>
|
|
|
|
<run
|
|
|
|
class="org.eclipse.cdt.core.suite.RunTests">
|
|
|
|
</run>
|
|
|
|
</application>
|
|
|
|
</extension>
|
2004-02-27 15:59:47 +00:00
|
|
|
<extension
|
2004-01-14 22:05:56 +00:00
|
|
|
id="TestProject"
|
2004-01-19 20:02:53 +00:00
|
|
|
name="C/C++ Test Project"
|
2004-01-14 22:05:56 +00:00
|
|
|
point="org.eclipse.cdt.core.CProject">
|
|
|
|
<cproject
|
2005-01-27 18:48:00 +00:00
|
|
|
class="org.eclipse.cdt.core.testplugin.TestProject">
|
2004-01-14 22:05:56 +00:00
|
|
|
</cproject>
|
2004-02-27 15:59:47 +00:00
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
id="TestScanner"
|
|
|
|
name="C/C++ Test Scanner"
|
|
|
|
point="org.eclipse.cdt.core.ScannerInfoProvider">
|
|
|
|
<cextension>
|
|
|
|
<run
|
2005-01-27 18:48:00 +00:00
|
|
|
class="org.eclipse.cdt.core.testplugin.TestScannerProvider">
|
2004-02-27 15:59:47 +00:00
|
|
|
</run>
|
|
|
|
</cextension>
|
|
|
|
</extension>
|
|
|
|
|
2003-06-18 21:29:47 +00:00
|
|
|
</plugin>
|