Added a basic Jamfile that tries to build the netperf test application.
Probably doesn't work, but it can be used as a template :) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6453 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
50304661f3
commit
f00b71c38d
14
src/tests/kits/net/netperf/Jamfile
Normal file
14
src/tests/kits/net/netperf/Jamfile
Normal file
@ -0,0 +1,14 @@
|
||||
SubDir OBOS_TOP src tests kits net netperf ;
|
||||
|
||||
SimpleTest netperf :
|
||||
netperf.c
|
||||
netsh.c
|
||||
netlib.c
|
||||
nettest_bsd.c
|
||||
nettest_dlpi.c
|
||||
nettest_unix.c
|
||||
nettest_xti.c
|
||||
nettest_ipv6.c
|
||||
nettest_dns.c
|
||||
: net
|
||||
;
|
Loading…
Reference in New Issue
Block a user