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:
Ingo Weinhold
2002-08-03 16:24:11 +00:00
parent f65749a18c
commit 79f45f7f8f
+17 -5
View File
@@ -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
;