xref: /haiku/src/tests/kits/net/cookie/Jamfile (revision de18d919e7c940b402a6e213f7deb21e2f187e22)
1SubDir HAIKU_TOP src tests kits net cookie ;
2
3Application cookie_test
4	: cookie_test.cpp
5	: be $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) $(TARGET_LIBSTDC++)
6	;
7