vfs: check userland buffers before reading them.
[haiku.git] / src / tests / system / kernel / fs / Jamfile
blob50b8c3600a89b84945340cd18b164e1b79772512
1 SubDir HAIKU_TOP src tests system kernel fs ;
3 UsePrivateKernelHeaders ;
5 UnitTestLib libkernelfstest.so :
6         KernelFSTestAddon.cpp
8         KPathTest.cpp
10         # Kernel sources
11         KPath.cpp
13         : [ TargetLibstdc++ ] [ TargetLibsupc++ ]
16 # Tell Jam where to find the kernle sources
17 SEARCH on [ FGristFiles
18                 KPath.cpp
19         ] = [ FDirName $(HAIKU_TOP) src system kernel fs ] ;