1SubDir HAIKU_TOP src tests kits net libnetapi ;
2
3UnitTestLib libnetapitest.so :
4	NetAPITestAddon.cpp
5
6	NetworkAddressTest.cpp
7	NetworkInterfaceTest.cpp
8	NetworkUrlTest.cpp
9
10	: be bnetapi network [ TargetLibstdc++ ] [ TargetLibsupc++ ]
11;
12