xref: /haiku/src/tests/system/network/tcptester/Jamfile (revision ad2226790662c78e979960a0c7237cf4b5a6fad2)
1SubDir HAIKU_TOP src tests system network tcptester ;
2
3BinCommand tcptester :
4	tcptester.cpp
5	: libnetwork.so [ TargetLibsupc++ ]
6;
7