xref: /haiku/src/tests/servers/app/NOTES (revision 1214ef1b2100f2b3299fc9d8d6142e46f70a4c3f)
1For the tests to run properly on BeOS, you need to prepare a few things.
2
3There is a pseudo target "install-test-apps" which needs to be built like this:
4
5$ TARGET_PLATFORM=libbe_test jam install-test-apps
6
7This will build "haiku_registrar", "haiku_app_server", the needed libs and some test apps and install everything into "generated/tests/apps".
8
9Each test app folder contains a script "run", which launches the Haiku app_server and a second later the test app which connects to it.
10
11Have fun!
12