[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [linux-distros-dev] Unit test framework for C++ / SCons build plugin
|
- From: Alexander Kurtakov <akurtako@xxxxxxxxxx>
- Date: Wed, 1 Apr 2009 09:39:57 +0200
- Delivered-to: linux-distros-dev@eclipse.org
- Organization: Red Hat Inc.
- User-agent: KMail/1.11.1 (Linux/2.6.27.19-170.2.35.fc10.i686; KDE/4.2.1; i686; ; )
Hi Lothar,
On Tuesday 31 March 2009 20:18:22 Lothar Werzinger wrote:
> Hi,
>
> I met Andrew Overholt at EclipseCon and mentioned that I built an unit test
> framework for C++ and a SCons based builder plugin for the CDT that I can
> contribute to Eclipse Linux Tools.
It is really cool to see us growing more :).
There are friends of mine that are really interested in the scons plugin and
they are going to try it. And I really hope that this will grow a lot.
Welcome :)
Alex
>
> The unit test framework generates XML files that are compatible with the
> ones for JUnit. The reason for doing this was to enable to use all the
> tools that support JUnit. We use this to integrate our C++ build into the
> cruisecontrol continuous integration suite. The unit test framework is BSD
> licensed.
>
> I would like to contribute this to the Eclipse Linux Tools if there is
> interest for it. The attached zip file contains an eclipse project
> containing the unit test framework with a simple example. The project uses
> my EPL licensed SCons build plugin. If you are interested I will also
> contribute the SCons builder plugin to Eclipse Linux Tools.
>
> Please note that the SCons plugin is my private pet project and it has no
> relations with the company I work for (although we use it internally for
> all out C++ projects).
>
> You can get the plugin at
> http://nic-nac-project.org/~lothar/eclipse/update/SConsBuilderPlugin.html
>
>
> Sincerely,
>
> Lothar