⛏️ index : haiku.git

SubDir HAIKU_TOP src tests system kernel fs ;

UsePrivateKernelHeaders ;

UnitTestLib libkernelfstest.so :
	KernelFSTestAddon.cpp

	KPathTest.cpp

	# Kernel sources
	KPath.cpp

	: [ TargetLibstdc++ ] [ TargetLibsupc++ ]
;

# Tell Jam where to find the kernle sources
SEARCH on [ FGristFiles
		KPath.cpp
	] = [ FDirName $(HAIKU_TOP) src system kernel fs ] ;