merge the formfield patch from ooo-build
[ooovba.git] / testshl2 / workben / selftest / README.txt
blobdbf9cce433d713cd36b8e54e1af02e87642289ee
1 There seems to be some problems with load test libraries from the right path,
2 if the libraries are stored also in the solver directory.
4 To test this:
5 Call dmake to build the libraries in this selftest directory.
6 Call deliver to copy one test library into the solver tree.
7 Call dmake test to simply test the behaviour.
9 Some more words:
11 Per default the test libraries should not deliver but if:
13 - Linux and Windows will use an absolute path to load the test libraries
14   by dlopen().
15 - MacOSX will use local path per default to load the test libraries by
16   dlopen();
18 If there are problems, there exists 2 new parameters like
19 -absolutepath
20 -localpath
22 Just call
23 'dmake test TESTOPTADD="-absolutepath"' or
24 'dmake test TESTOPTADD="-localpath"' from this directory and see which
25 behaviour is the right for your environment.
27 There exist some environment variables to manipulate the default behaviour
28 of load libraries. These are
29 LD_LIBRARY_PATH
30 DYLD_LIBRARY_PATH (Mac OS X)