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 FileTest.cpp 13 TestServer.cpp 14 15 : be $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) [ TargetLibstdc++ ] 16 ; 17