diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-02 15:09:21 +0200 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-02 15:09:21 +0200 |
commit | 4ba4c1e4029bbfd271d362413f4f4b874853763b (patch) | |
tree | 58c4f76cd63c175d94b5185a8be459adc07b6a56 /src/site/apt/HelloWorld.apt | |
parent | 036283a4a568fbf96bb6a4f423509b9b9776d7c6 (diff) | |
download | maven-nar-plugin-4ba4c1e4029bbfd271d362413f4f4b874853763b.tar.gz maven-nar-plugin-4ba4c1e4029bbfd271d362413f4f4b874853763b.tar.bz2 maven-nar-plugin-4ba4c1e4029bbfd271d362413f4f4b874853763b.tar.xz maven-nar-plugin-4ba4c1e4029bbfd271d362413f4f4b874853763b.zip |
Added simple test to be run with -Prun-its
Diffstat (limited to 'src/site/apt/HelloWorld.apt')
-rw-r--r-- | src/site/apt/HelloWorld.apt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/site/apt/HelloWorld.apt b/src/site/apt/HelloWorld.apt index 90f5123..7d1f2aa 100644 --- a/src/site/apt/HelloWorld.apt +++ b/src/site/apt/HelloWorld.apt @@ -1,5 +1,5 @@ --- -FreeHEP NAR Plugin +Maven NAR Plugin --- --- Mark Donszelmann @@ -13,7 +13,7 @@ There are also some unit test which are run and call the same method. The following examples are available: - [helloworldexe] A C routine. + [executable] A C routine. [helloworldstaticexe] A C routine statically linked with the C-runtime library. @@ -53,9 +53,6 @@ There are also some unit test which are run and call the same method. [] - These examples are now all run as tests when you try to run maven on the freehep-nar-plugin from its top-level directory. + These examples are now all run as integration tests when you try to run maven on the maven-nar-plugin from its top-level directory with the profile "run-its". - For the sources of these tests, see: -{{{http://java.freehep.org/svn/repobrowser.svn?path=%2ffreehep%2ftrunk%2fmaven-plugins%2ffreehep-nar-plugin%2ftests&revision=HEAD&name=freehep&bypassEmpty=true} -the SVN repository}}. |