xref: /haiku/src/tests/kits/net/service/Jamfile (revision 37fedaf8494b34aad811abcc49e79aa32943f880)
1SubDir HAIKU_TOP src tests kits net service ;
2
3UnitTestLib servicekittest.so :
4	ServiceKitTestAddon.cpp
5
6	CookieTest.cpp
7	HttpTest.cpp
8	UrlTest.cpp
9
10	: be $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) $(TARGET_LIBSTDC++)
11	;
12