xref: /haiku/src/tests/kits/net/libnetapi/Jamfile (revision e680a439bf54eb3f561c3fc8cefd299587e69368)
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