xref: /haiku/src/tests/kits/support/barchivable/remoteobjectdef/Jamfile (revision 93aeb8c3bc3f13cb1f282e3e749258a23790d947)
1SubDir HAIKU_TOP src tests kits support barchivable remoteobjectdef ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4AddSubDirSupportedPlatforms libbe_test ;
5
6UnitTestLib libsupporttest_RemoteTestObject.so
7	: RemoteTestObject.cpp
8	: be $(LIBSTDC++)
9	: RemoteTestObject.rdef
10;
11