No longer build RosterShell as unit test.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13819 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,27 +1,20 @@
|
|||||||
SubDir OBOS_TOP src tests servers registrar ;
|
SubDir OBOS_TOP src tests servers registrar ;
|
||||||
|
|
||||||
|
local libbe ;
|
||||||
|
if $(TARGET_PLATFORM) = r5 {
|
||||||
|
libbe = libopenbeos.so ;
|
||||||
|
} else {
|
||||||
|
libbe = be ;
|
||||||
|
}
|
||||||
|
|
||||||
SimpleTest RegistrarTest1
|
SimpleTest RegistrarTest1
|
||||||
: RegistrarTest1.cpp
|
: RegistrarTest1.cpp
|
||||||
: <boot!home!config!lib>libopenbeos.so be
|
: <boot!home!config!lib>libopenbeos.so be
|
||||||
;
|
;
|
||||||
|
|
||||||
# RosterShell isn't really a unit test, but using CommonUnitTest we can
|
SimpleTest RosterShell
|
||||||
# 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
|
|
||||||
# : <boot!home!config!lib>libopenbeos.so
|
|
||||||
# be stdc++.r4
|
|
||||||
#;
|
|
||||||
|
|
||||||
CommonUnitTest RosterShell
|
|
||||||
: RosterShell.cpp
|
: RosterShell.cpp
|
||||||
: servers registrar
|
: $(libbe) stdc++.r4
|
||||||
: <boot!home!config!lib>libopenbeos.so be stdc++.r4
|
|
||||||
: be stdc++.r4
|
|
||||||
: app
|
|
||||||
;
|
;
|
||||||
|
|
||||||
SimpleTest message_deliverer_test : message_deliverer_test.cpp
|
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.
|
# 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
|
SimpleTest no_shutdown_reply
|
||||||
: no_shutdown_reply.cpp
|
: no_shutdown_reply.cpp
|
||||||
: $(libbe)
|
: $(libbe)
|
||||||
|
|||||||
Reference in New Issue
Block a user