xref: /haiku/src/tests/kits/net/Jamfile (revision 7c10ef0cf94e8327b6a9a3ca5ea876a79cd956d2)
1338b8dc3SIngo WeinholdSubDir HAIKU_TOP src tests kits net ;
2285a7bf0SIngo Weinhold
384a3cc1eSAxel DörflerSetSubDirSupportedPlatformsBeOSCompatible ;
484a3cc1eSAxel Dörfler
559b3d28aSAxel DörflerSimpleTest firefox_crash : firefox_crash.cpp : $(TARGET_NETWORK_LIBS) ;
659b3d28aSAxel Dörfler
77e8ac290SIngo WeinholdSimpleTest udp_client : udp_client.c : $(TARGET_NETWORK_LIBS) ;
815c09961SOliver TappeSimpleTest udp_connect : udp_connect.cpp : $(TARGET_NETWORK_LIBS) ;
97e8ac290SIngo WeinholdSimpleTest udp_echo : udp_echo.c : $(TARGET_NETWORK_LIBS) ;
107e8ac290SIngo WeinholdSimpleTest udp_server : udp_server.c : $(TARGET_NETWORK_LIBS) ;
1182a6b372SPhilippe Houdoin
127e8ac290SIngo WeinholdSimpleTest tcp_server : tcp_server.c : $(TARGET_NETWORK_LIBS) ;
137e8ac290SIngo WeinholdSimpleTest tcp_client : tcp_client.c : $(TARGET_NETWORK_LIBS) ;
1484a3cc1eSAxel Dörfler
1556f097ebSOliver TappeSimpleTest ipv46_server : ipv46_server.cpp : $(TARGET_NETWORK_LIBS) ;
1656f097ebSOliver TappeSimpleTest ipv46_client : ipv46_client.cpp : $(TARGET_NETWORK_LIBS) ;
1756f097ebSOliver Tappe
18*7c10ef0cSAxel DörflerSimpleTest link_echo : link_echo.cpp : $(TARGET_NETWORK_LIBS) bnetapi be ;
19*7c10ef0cSAxel Dörfler
20a0b6e513SAxel DörflerSimpleTest getpeername : getpeername.cpp : $(TARGET_NETWORK_LIBS) ;
21a0b6e513SAxel Dörfler
229afa8bc5SIngo WeinholdSimpleTest tcp_connection_test : tcp_connection_test.cpp
239afa8bc5SIngo Weinhold	: $(TARGET_NETWORK_LIBS) ;
249afa8bc5SIngo Weinhold
2549cdfc10SOliver TappeSimpleTest NetAddressTest : NetAddressTest.cpp
2649cdfc10SOliver Tappe	: $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) ;
2749cdfc10SOliver Tappe
2849a22456SOliver TappeSimpleTest NetEndpointTest : NetEndpointTest.cpp
2916d5c24eSOliver Tappe	: $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) be $(TARGET_LIBSUPC++) ;
3049a22456SOliver Tappe
31766bc131SStephan AßmusSubInclude HAIKU_TOP src tests kits net cookie ;
32338b8dc3SIngo WeinholdSubInclude HAIKU_TOP src tests kits net DialUpPreflet ;
33766bc131SStephan AßmusSubInclude HAIKU_TOP src tests kits net icmp ;
34766bc131SStephan AßmusSubInclude HAIKU_TOP src tests kits net ipv6 ;
35fc958868SAxel DörflerHaikuSubInclude libnetapi ;
36a3debe29SHugo SantosSubInclude HAIKU_TOP src tests kits net multicast ;
37338b8dc3SIngo WeinholdSubInclude HAIKU_TOP src tests kits net netperf ;
38338b8dc3SIngo WeinholdSubInclude HAIKU_TOP src tests kits net preflet ;
39b1892773SAxel DörflerSubInclude HAIKU_TOP src tests kits net sock ;
40fe54eeceSAxel DörflerSubInclude HAIKU_TOP src tests kits net tcp_shell ;
41e6f33354SHugo SantosSubInclude HAIKU_TOP src tests kits net tcptester ;
42766bc131SStephan AßmusSubInclude HAIKU_TOP src tests kits net url ;
43766bc131SStephan AßmusSubInclude HAIKU_TOP src tests kits net urlRequest ;
44