From abcc8731af47a36d37a271883be1779dd10368e5 Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Mon, 5 Oct 2009 12:05:01 +0200 Subject: Added it0010-lib-static test --- src/site/apt/HelloWorld.apt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/site') diff --git a/src/site/apt/HelloWorld.apt b/src/site/apt/HelloWorld.apt index f6d6c17..51675db 100644 --- a/src/site/apt/HelloWorld.apt +++ b/src/site/apt/HelloWorld.apt @@ -37,7 +37,7 @@ There are also some unit test which are run and call the same method. [] [lib-shared] A C routine which gets archived into a shared library. A C test executable - is created and run. + is created. [helloworldsharedlibexe] A C executable which depends on "helloworldsharedlib" and links dynamically with it. The executable is created and run. @@ -47,8 +47,8 @@ There are also some unit test which are run and call the same method. [] - [helloworldstaticlib] A C routine which gets archived into a static library. A C test executable - is created and run. + [lib-static] A C routine which gets archived into a static library. A C test executable + is created. [helloworldstaticlibexe] A C executable which depends on "helloworldstaticlib" and links statically with it. The executabe is created and run. -- cgit v1.2.3