xref: /haiku/src/tests/kits/net/Jamfile (revision d5cd5d63ff0ad395989db6cf4841a64d5b545d1d)
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
16# SubInclude OBOS_TOP src tests kits net new_stack ;
17# SubInclude OBOS_TOP src tests kits net ppp ;
18SubInclude OBOS_TOP src tests kits net preflet ;
19