1SubDir HAIKU_TOP src tests kits net ; 2 3# bonefish: Tried to get the first test compiling. It complained about not 4# being able to find some headers, thus I added the respective include dirs 5# until it was asking for headers we currently don't have 6# (sys/select.h, sys/sockio.h). 7 8#SubDirHdrs [ FDirName $(HAIKU_TOP) headers posix sys ] ; 9#SubDirHdrs [ FDirName $(HAIKU_TOP) headers posix net ] ; 10#UsePrivateHeaders kernel ; 11#UseArchHeaders $(TARGET_ARCH) ; 12 13# SimpleTest at_client : at_client.c : ; 14 15SubInclude HAIKU_TOP src tests kits net DialUpPreflet ; 16SubInclude HAIKU_TOP src tests kits net netperf ; 17# SubInclude HAIKU_TOP src tests kits net new_stack ; 18SubInclude HAIKU_TOP src tests kits net preflet ; 19