Blame contrib/eclipse/README

Packit 0b5880
Eclipse template for creating unit tests with check framework
Packit 0b5880
Packit 0b5880
The template has been tested with Eclipse Helios CDT. Note that check
Packit 0b5880
framework should be installed first and the check library should be
Packit 0b5880
found in system path.
Packit 0b5880
Packit 0b5880
Installation:
Packit 0b5880
Packit 0b5880
From the "New Source File" dialog, press "Configure...", then
Packit 0b5880
"Import..." and select the template XML file
Packit 0b5880
(e.g. check_template_eclipse_helios.xml). The template should appear
Packit 0b5880
under "C Source File" tree as "C source template with check unit
Packit 0b5880
testing" in "Preferences" dialog.
Packit 0b5880
Packit 0b5880
The newly installed template should be available when creating a "New
Packit 0b5880
Source File" in "Template" combo box.