vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / net / ipv6 / Jamfile
blob3cc6dc48487e1b040bbcec583ee75a31f179d791
1 SubDir HAIKU_TOP src tests kits net ipv6 ;
3 SimpleTest ipv6_raw_server : raw_server.cpp : $(TARGET_NETWORK_LIBS) ;
4 SimpleTest ipv6_raw_client : raw_client.cpp : $(TARGET_NETWORK_LIBS) ;
6 SimpleTest ipv6_udp_server : udp_server.cpp : $(TARGET_NETWORK_LIBS) ;
7 SimpleTest ipv6_udp_client : udp_client.cpp : $(TARGET_NETWORK_LIBS) ;
9 SimpleTest ipv6_tcp_udp_server : tcp_udp_server.cpp : $(TARGET_NETWORK_LIBS) ;
10 SimpleTest ipv6_tcp_udp_client : tcp_udp_client.cpp : $(TARGET_NETWORK_LIBS) ;
12 SimpleTest ipv6_multicast_sender : multicast_sender.cpp : $(TARGET_NETWORK_LIBS) ;