xref: /haiku/src/tests/system/kernel/fs/Jamfile (revision cbe0a0c436162d78cc3f92a305b64918c839d079)
1SubDir HAIKU_TOP src tests system kernel fs ;
2
3UsePrivateKernelHeaders ;
4
5UnitTestLib libkernelfstest.so :
6	KernelFSTestAddon.cpp
7
8	KPathTest.cpp
9
10	# Kernel sources
11	KPath.cpp
12
13	: [ TargetLibstdc++ ] [ TargetLibsupc++ ]
14;
15
16# Tell Jam where to find the kernle sources
17SEARCH on [ FGristFiles
18		KPath.cpp
19	] = [ FDirName $(HAIKU_TOP) src system kernel fs ] ;
20