Document workaround for using test_app_server
* Add a note about a workaround that can be used to run test_app_server, which currently fails to load the right library libbe_test.so. The bug should be fixed too, but with this, it can at least be used until then.
This commit is contained in:
parent
af0c1fa658
commit
1d8d3ee32b
@ -8,4 +8,8 @@ This will build "test_registrar", "test_app_server", the needed libs and some te
|
||||
|
||||
You can use the "run" script in this folder to run the servers, as well as open the test app folder in Tracker (via the -o option), or launch specific test app(s) by specifying their name in the command line, for example "run WindowInvalidation".
|
||||
|
||||
NOTE: it is currently necessary to prefix the starting of test_app_server with
|
||||
LD_PRELOAD="lib/libbe_test.so"
|
||||
This is a bug that should be fixed (go for it :-), but supplying the library manually is a workaround for using test_app_server for now.
|
||||
|
||||
Have fun!
|
||||
|
Loading…
Reference in New Issue
Block a user