1SubDir HAIKU_TOP src tests kits net service ; 2 3UsePrivateHeaders netservices private shared ; 4 5UnitTestLib servicekittest.so : 6 ServiceKitTestAddon.cpp 7 8 CookieTest.cpp 9 DataTest.cpp 10 GeolocationTest.cpp 11 HttpTest.cpp 12 UrlTest.cpp 13 FileTest.cpp 14 TestServer.cpp 15 16 : be libnetservices.a shared $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) 17 [ TargetLibstdc++ ] 18 ; 19