xref: /haiku/src/tests/kits/net/Jamfile (revision e705c841d784f0035a0ef3e9e96f6e017df16681)
1SubDir HAIKU_TOP src tests kits net ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5SimpleTest link_echo : link_echo.cpp : $(TARGET_NETWORK_LIBS) bnetapi be ;
6
7SimpleTest NetAddressTest : NetAddressTest.cpp
8	: $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) ;
9
10SimpleTest NetEndpointTest : NetEndpointTest.cpp
11	: $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) be [ TargetLibsupc++ ] ;
12
13SimpleTest wlan_test : wlan_test.cpp : $(TARGET_NETWORK_LIBS) bnetapi be ;
14
15SubInclude HAIKU_TOP src tests kits net cookie ;
16HaikuSubInclude libnetapi ;
17SubInclude HAIKU_TOP src tests kits net service ;
18SubInclude HAIKU_TOP src tests kits net urlRequest ;
19