summaryrefslogtreecommitdiff
path: root/testshl2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-06 08:31:49 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-06 08:31:49 +0000
commitac31a082fdf2dc3181bad9ed47058204735907af (patch)
treeee15f80c293cb3128ca1839298b7c2dbe446ed28 /testshl2
parentb3fbeaf5b670c4e2b7b48ea4aa4138f3f7159d7b (diff)
INTEGRATION: CWS ause093 (1.1.2); FILE ADDED
2008/05/07 11:09:10 lla 1.1.2.1: #i88845# new selftest for delivered library tests
Diffstat (limited to 'testshl2')
-rw-r--r--testshl2/workben/selftest/README.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/testshl2/workben/selftest/README.txt b/testshl2/workben/selftest/README.txt
new file mode 100644
index 000000000000..dbf9cce433d7
--- /dev/null
+++ b/testshl2/workben/selftest/README.txt
@@ -0,0 +1,30 @@
+There seems to be some problems with load test libraries from the right path,
+if the libraries are stored also in the solver directory.
+
+To test this:
+Call dmake to build the libraries in this selftest directory.
+Call deliver to copy one test library into the solver tree.
+Call dmake test to simply test the behaviour.
+
+Some more words:
+
+Per default the test libraries should not deliver but if:
+
+- Linux and Windows will use an absolute path to load the test libraries
+ by dlopen().
+- MacOSX will use local path per default to load the test libraries by
+ dlopen();
+
+If there are problems, there exists 2 new parameters like
+-absolutepath
+-localpath
+
+Just call
+'dmake test TESTOPTADD="-absolutepath"' or
+'dmake test TESTOPTADD="-localpath"' from this directory and see which
+behaviour is the right for your environment.
+
+There exist some environment variables to manipulate the default behaviour
+of load libraries. These are
+LD_LIBRARY_PATH
+DYLD_LIBRARY_PATH (Mac OS X)