The mentioned test phase is for java test.  Take a look at jade native
maven plugin, it is an spin off of native plugin and  covers cppunit
test

-D

On Tue, Mar 3, 2009 at 7:59 AM, Rémy Sanlaville
<remy.sanlavi...@gmail.com> wrote:
> Hi,
>
> I am looking for using C/C++ Testing Framework (like CppUnit, CxxTest or
> googletest) with maven 2.
> Does anybody already done it ?
>
> We are using native-maven-plugin for the compilation.
> But I am quite surprise that the native build lifecycle for this plugin
> consists of the following phases with corresponding goals (cf. [1]):
>  test-compile    org.apache.maven.plugins:maven-compiler-plugin:testCompile
>  test                org.apache.maven.plugins:maven-surefire-plugin:test
>
> I don't think that surefire support such of Testing Framework.
> It seems that we will have to bind :
>   - an execution of the native-maven-plugin to the test-compile phase
>   - an execution of the maven-antrun-plugin to the test phase
>
> Rémy
>
> [1] http://mojo.codehaus.org/maven-native/native-maven-plugin/lifecycle.html
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to