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