xref: /haiku/src/tests/servers/registrar/Jamfile (revision 51978af14a173e7fae0563b562be5603bc652aeb)
1SubDir OBOS_TOP src tests servers registrar ;
2
3SimpleTest RegistrarTest1
4	: RegistrarTest1.cpp
5	: <boot!home!config!lib>libopenbeos.so be
6;
7
8# RosterShell isn't really a unit test, but using CommonUnitTest we can
9# easily build a R5 version as well, which is quite useful. We'll have to
10# change it back, when we start dealing with (OBOS) roster internals (if
11# ever).
12
13#SimpleTest RosterShell
14#	: RosterShell.cpp
15#	: <boot!home!config!lib>libopenbeos.so
16#	  be stdc++.r4
17#;
18
19CommonUnitTest RosterShell
20	: RosterShell.cpp
21	: servers registrar
22	: <boot!home!config!lib>libopenbeos.so be stdc++.r4
23	: be stdc++.r4
24	: app
25;
26