From 355769890929fbba99c88101a34d9c238137ffe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 7 Nov 2005 23:03:34 +0000 Subject: [PATCH] updated NOTES git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14765 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/servers/app/NOTES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/servers/app/NOTES b/src/tests/servers/app/NOTES index 0e0fbe152a..1443b985c1 100644 --- a/src/tests/servers/app/NOTES +++ b/src/tests/servers/app/NOTES @@ -2,9 +2,9 @@ For the tests to run properly on BeOS, you need to prepare a few things. There is a pseudo target "install-test-apps" which needs to be built like this: -$ TARGET_PLATFORM=r5 jam install-test-apps +$ TARGET_PLATFORM=libbe_test jam install-test-apps -This will build "haiku_registrar", "haiku_app_server", the needed libs and some test apps and install all into "generated/tests/apps". +This will build "haiku_registrar", "haiku_app_server", the needed libs and some test apps and install everything into "generated/tests/apps". Each test app folder contains a script "run", which launches the Haiku app_server and a second later the test app which connects to it.