summaryrefslogtreecommitdiff
path: root/src/site/apt/HelloWorld.apt
diff options
context:
space:
mode:
Diffstat (limited to 'src/site/apt/HelloWorld.apt')
-rw-r--r--src/site/apt/HelloWorld.apt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site/apt/HelloWorld.apt b/src/site/apt/HelloWorld.apt
index 2320979..f6d6c17 100644
--- a/src/site/apt/HelloWorld.apt
+++ b/src/site/apt/HelloWorld.apt
@@ -36,14 +36,14 @@ There are also some unit test which are run and call the same method.
[]
- [helloworldsharedlib] A C routine which gets archived into a shared library. A C test executable
+ [lib-shared] A C routine which gets archived into a shared library. A C test executable
is created and run.
[helloworldsharedlibexe] A C executable which depends on "helloworldsharedlib" and links dynamically
with it. The executable is created and run.
[helloworldsharedlibjni] A C routine called from Java, which depends on
- "helloworldsharedlib" and links dynamically with it. A Java unit test is provided.
+ "helloworldsharedlib" and links dynamically with it.
[]