SubDir OBOS_TOP src tests kernel core util ;

UsePrivateHeaders [ FDirName kernel util ] ;
UseHeaders [ FDirName $(OBOS_TOP) src tests kits app ] ;

# Two versions of the test lib are not really needed until
# we start linking to Be libraries, but it doesn't hurt...
CommonTestLib libkernelutilstest.so
	: KernelUtilsTestAddon.cpp
#	  AVLTreeMapTest.cpp
	  SinglyLinkedListTest.cpp
	  VectorMapTest.cpp
	  VectorSetTest.cpp
	  VectorTest.cpp
	: stdc++.r4
	: stdc++.r4
	:
	:
;

