xref: /haiku/src/tests/system/kernel/fs/Jamfile (revision 1e60bdeab63fa7a57bc9a55b032052e95a18bd2c)
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