From f3b3bb4ebd7ecc94e3ea6c3329b6d4713204656b Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 24 Jul 2005 21:05:18 +0000 Subject: [PATCH] No longer build RosterShell as unit test. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13819 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/servers/registrar/Jamfile | 32 ++++++++--------------------- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/src/tests/servers/registrar/Jamfile b/src/tests/servers/registrar/Jamfile index 6036affd2c..eb42914507 100644 --- a/src/tests/servers/registrar/Jamfile +++ b/src/tests/servers/registrar/Jamfile @@ -1,27 +1,20 @@ SubDir OBOS_TOP src tests servers registrar ; +local libbe ; +if $(TARGET_PLATFORM) = r5 { + libbe = libopenbeos.so ; +} else { + libbe = be ; +} + SimpleTest RegistrarTest1 : RegistrarTest1.cpp : libopenbeos.so be ; -# RosterShell isn't really a unit test, but using CommonUnitTest we can -# easily build a R5 version as well, which is quite useful. We'll have to -# change it back, when we start dealing with (OBOS) roster internals (if -# ever). - -#SimpleTest RosterShell -# : RosterShell.cpp -# : libopenbeos.so -# be stdc++.r4 -#; - -CommonUnitTest RosterShell +SimpleTest RosterShell : RosterShell.cpp - : servers registrar - : libopenbeos.so be stdc++.r4 - : be stdc++.r4 - : app + : $(libbe) stdc++.r4 ; SimpleTest message_deliverer_test : message_deliverer_test.cpp @@ -47,13 +40,6 @@ if $(TARGET_PLATFORM) = r5 { # Two small test apps for testing the shutdown process. -local libbe ; -if $(TARGET_PLATFORM) = r5 { - libbe = libopenbeos.so ; -} else { - libbe = be ; -} - SimpleTest no_shutdown_reply : no_shutdown_reply.cpp : $(libbe)