From 1c6d59f627673a420f1773bbcfeeabc32cc2919a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 3 Dec 2009 13:45:03 +0100 Subject: Fixed documentation for tests --- src/site/apt/examples.apt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'src/site/apt/examples.apt') 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". -- cgit v1.2.3