xref: /haiku/src/tests/kits/support/barchivable/remoteobjectdef/Jamfile (revision 02354704729d38c3b078c696adc1bbbd33cbcf72)
1SubDir HAIKU_TOP src tests kits support barchivable remoteobjectdef ;
2
3AddSubDirSupportedPlatforms libbe_test ;
4
5UnitTestLib libsupporttest_RemoteTestObject.so
6	: RemoteTestObject.cpp
7	: be [ TargetLibstdc++ ]
8	: RemoteTestObject.rdef
9;
10