⛏️ index : haiku.git

SubDir HAIKU_TOP src tests kits net netservices2 ;

if $(TARGET_PACKAGING_ARCH) != x86_gcc2 {
	# do not target the legacy platform
	local architecture = $(TARGET_PACKAGING_ARCH) ;
	UsePrivateHeaders netservices2 shared ;

	UnitTestLib netservicekit2test.so :
		ServicesKitTestAddon.cpp

		ExclusiveBorrowTest.cpp
		HttpDebugLogger.cpp
		HttpProtocolTest.cpp
		TestServer.cpp

		: be <$(architecture)>libnetservices2.a $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB)
		[ TargetLibstdc++ ]
		;
}