xref: /haiku/src/tests/kits/net/libnetapi/Jamfile (revision 7a74a5df454197933bc6e80a542102362ee98703)
1SubDir HAIKU_TOP src tests kits net libnetapi ;
2
3UnitTestLib libnetapitest.so :
4	NetAPITestAddon.cpp
5
6	NetworkAddressTest.cpp
7	NetworkInterfaceTest.cpp
8
9	: bnetapi network $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++)
10;
11