xref: /haiku/src/tests/kits/app/bmessenger/Jamfile (revision 51978af14a173e7fae0563b562be5603bc652aeb)
1SubDir OBOS_TOP src tests kits app bmessenger ;
2
3CommonUnitTest SMRemoteTargetApp
4	: SMRemoteTargetApp.cpp
5	  SMLooper.cpp
6	: kits app
7	: <boot!home!config!lib>libopenbeos.so be stdc++.r4
8	: be stdc++.r4
9	: app support
10;
11
12SubInclude OBOS_TOP src tests kits app bmessenger testapps ;
13