The RosterShell is now built as a CommonUnitTest, which also gives us a R5 version for the time being. In case we will add (OBOS) registrar internals, it might go away again.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@567 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -7,9 +7,21 @@ SimpleTest RegistrarTest1
|
||||
: <boot!home!config!lib>libopenbeos.so be
|
||||
;
|
||||
|
||||
SimpleTest RosterShell
|
||||
: RosterShell.cpp
|
||||
: <boot!home!config!lib>libopenbeos.so
|
||||
be stdc++.r4
|
||||
;
|
||||
# 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
|
||||
# : <boot!home!config!lib>libopenbeos.so
|
||||
# be stdc++.r4
|
||||
#;
|
||||
|
||||
CommonUnitTest RosterShell
|
||||
: RosterShell.cpp
|
||||
: servers registrar
|
||||
: <boot!home!config!lib>libopenbeos.so be stdc++.r4
|
||||
: be stdc++.r4
|
||||
: app
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user