vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / net / urlRequest / Jamfile
blobc271f3921bb0b7cda32abd5c564d6eab84940c2c
1 SubDir HAIKU_TOP src tests kits net urlRequest ;
3 Application urlProtocolListener_test
4         : urlProtocolListener_test.cpp
5         : be $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) [ TargetLibstdc++ ]
6         ;