From ecbadd714330baedefa8c8958ce717b560b622ee Mon Sep 17 00:00:00 2001 From: cpickett Date: Sun, 23 Jan 2011 22:36:51 +0000 Subject: [PATCH] * add eclipse support to contrib dir from Bogdan Cristea git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@600 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- AUTHORS | 1 + contrib/eclipse/README | 16 +++++++++ .../eclipse/check_template_eclipse_helios.xml | 33 +++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 contrib/eclipse/README create mode 100644 contrib/eclipse/check_template_eclipse_helios.xml diff --git a/AUTHORS b/AUTHORS index e8b581f..cb41d5b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -23,6 +23,7 @@ Patches: Bernhard Reiter (configure issues) Robert Collins (subunit support) Micah Cowan (checkmk tool, docs and tests) Zdenek Crha (new Check API docs, fixes, and tests) + Bogdan Cristea (eclipse support in contrib dir) Anybody who has contributed code to Check or Check's build system is considered an author. Send patches to this file to diff --git a/contrib/eclipse/README b/contrib/eclipse/README new file mode 100644 index 0000000..b1e9a19 --- /dev/null +++ b/contrib/eclipse/README @@ -0,0 +1,16 @@ +Eclipse template for creating unit tests with check framework + +The template has been tested with Eclipse Helios CDT. Note that check +framework should be installed first and the check library should be +found in system path. + +Installation: + +From the "New Source File" dialog, press "Configure...", then +"Import..." and select the template XML file +(e.g. check_template_eclipse_helios.xml). The template should appear +under "C Source File" tree as "C source template with check unit +testing" in "Preferences" dialog. + +The newly installed template should be available when creating a "New +Source File" in "Template" combo box. diff --git a/contrib/eclipse/check_template_eclipse_helios.xml b/contrib/eclipse/check_template_eclipse_helios.xml new file mode 100644 index 0000000..b25dda7 --- /dev/null +++ b/contrib/eclipse/check_template_eclipse_helios.xml @@ -0,0 +1,33 @@ + \ No newline at end of file -- 2.40.0