xref: /haiku/src/tests/kits/app/bmessenger/Jamfile (revision d5cd5d63ff0ad395989db6cf4841a64d5b545d1d)
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