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