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.
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.
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
15 - MacOSX will use local path per default to load the test libraries by
18 If there are problems, there exists 2 new parameters like
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
30 DYLD_LIBRARY_PATH (Mac OS X)