1SubDir OBOS_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#UsePosixHeaders ; 9#SubDirHdrs [ FDirName $(OBOS_TOP) headers posix sys ] ; 10#SubDirHdrs [ FDirName $(OBOS_TOP) headers posix net ] ; 11#UsePrivateHeaders kernel ; 12#UseArchHeaders $(OBOS_ARCH) ; 13 14# SimpleTest at_client : at_client.c : ; 15 16SubInclude OBOS_TOP src tests kits net DialUpPreflet ; 17SubInclude OBOS_TOP src tests kits net netperf ; 18# SubInclude OBOS_TOP src tests kits net new_stack ; 19SubInclude OBOS_TOP src tests kits net preflet ; 20