xref: /haiku/src/tests/kits/net/libnetapi/Jamfile (revision ce9e476882a6d9f5ff13efb45809906f05d9aa40)
1fc958868SAxel DörflerSubDir HAIKU_TOP src tests kits net libnetapi ;
2fc958868SAxel Dörfler
3fc958868SAxel DörflerUnitTestLib libnetapitest.so :
4fc958868SAxel Dörfler	NetAPITestAddon.cpp
5fc958868SAxel Dörfler
6fc958868SAxel Dörfler	NetworkAddressTest.cpp
7*ce9e4768SAxel Dörfler	NetworkInterfaceTest.cpp
8fc958868SAxel Dörfler
9fc958868SAxel Dörfler	: bnetapi $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++)
10fc958868SAxel Dörfler;
11