diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-12-03 13:45:03 +0100 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-12-03 13:45:03 +0100 |
commit | 1c6d59f627673a420f1773bbcfeeabc32cc2919a (patch) | |
tree | 0ffe09ce25c56f0a4ae15e5e4eb0fcd6201898a1 /src/site/apt/examples.apt | |
parent | bd609fc2880f517ebd3ce2862da710b45027c5d4 (diff) | |
download | maven-nar-plugin-1c6d59f627673a420f1773bbcfeeabc32cc2919a.tar.gz maven-nar-plugin-1c6d59f627673a420f1773bbcfeeabc32cc2919a.tar.bz2 maven-nar-plugin-1c6d59f627673a420f1773bbcfeeabc32cc2919a.tar.xz maven-nar-plugin-1c6d59f627673a420f1773bbcfeeabc32cc2919a.zip |
Fixed documentation for tests
Diffstat (limited to 'src/site/apt/examples.apt')
-rw-r--r-- | src/site/apt/examples.apt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/site/apt/examples.apt b/src/site/apt/examples.apt index 2ce7120..412f104 100644 --- a/src/site/apt/examples.apt +++ b/src/site/apt/examples.apt @@ -58,6 +58,28 @@ directory. "lib-static" and links statically with it. [] + + [it0013-gnu-executable] A gnu autogen and configurable package. + + [it0014-multi-module] A multi module package, consisting of a library and an executable dependent on that library. + + [it0015-cpp-executable] A C++ program. + + [it0016-layout] Tests for different repository layouts, currently NarLayout20 and NarLayout21. + + [it0017-toolchain] Tests which use the toolchain to find tools such as javah. + + [it0018-fortran] A Fortran 90 program, not enabled on Windows. + + [it0019-compiler] Test to run with the Intel compiler. + + [] + + [it0020-lib-3rdparty] A 3rd party library, including header files. + + [it0021-executable-dep-lib-3rdparty] An executable dependent on the 3rd party library. + + [] These examples are now all run as integration tests by running maven on the maven-nar-plugin from its top-level directory with the profile "run-its". |