1 SubDir HAIKU_TOP src tests kits net ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 SimpleTest firefox_crash : firefox_crash.cpp : $(TARGET_NETWORK_LIBS) ;
7 SimpleTest udp_client : udp_client.c : $(TARGET_NETWORK_LIBS) ;
8 SimpleTest udp_connect : udp_connect.cpp : $(TARGET_NETWORK_LIBS) ;
9 SimpleTest udp_echo : udp_echo.c : $(TARGET_NETWORK_LIBS) ;
10 SimpleTest udp_server : udp_server.c : $(TARGET_NETWORK_LIBS) ;
12 SimpleTest tcp_server : tcp_server.c : $(TARGET_NETWORK_LIBS) ;
13 SimpleTest tcp_client : tcp_client.c : $(TARGET_NETWORK_LIBS) ;
15 SimpleTest ipv46_server : ipv46_server.cpp : $(TARGET_NETWORK_LIBS) ;
16 SimpleTest ipv46_client : ipv46_client.cpp : $(TARGET_NETWORK_LIBS) ;
18 SimpleTest link_echo : link_echo.cpp : $(TARGET_NETWORK_LIBS) bnetapi be ;
20 SimpleTest getpeername : getpeername.cpp : $(TARGET_NETWORK_LIBS) ;
22 SimpleTest if_nameindex : if_nameindex.c : $(TARGET_NETWORK_LIBS) ;
24 SimpleTest tcp_connection_test : tcp_connection_test.cpp
25 : $(TARGET_NETWORK_LIBS) ;
27 SimpleTest NetAddressTest : NetAddressTest.cpp
28 : $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) ;
30 SimpleTest NetEndpointTest : NetEndpointTest.cpp
31 : $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) be [ TargetLibsupc++ ] ;
33 SimpleTest wlan_test : wlan_test.cpp : $(TARGET_NETWORK_LIBS) bnetapi be ;
35 SubInclude HAIKU_TOP src tests kits net cookie ;
36 SubInclude HAIKU_TOP src tests kits net icmp ;
37 SubInclude HAIKU_TOP src tests kits net ipv6 ;
38 HaikuSubInclude libnetapi ;
39 SubInclude HAIKU_TOP src tests kits net multicast ;
40 SubInclude HAIKU_TOP src tests kits net posixnet ;
41 SubInclude HAIKU_TOP src tests kits net service ;
42 SubInclude HAIKU_TOP src tests kits net sock ;
43 SubInclude HAIKU_TOP src tests kits net tcp_shell ;
44 SubInclude HAIKU_TOP src tests kits net tcptester ;
45 SubInclude HAIKU_TOP src tests kits net urlRequest ;