SubDir OBOS_TOP src tests kits interface ;

# Let Jam know where to find some of our source files
SEARCH_SOURCE += [ FDirName $(SUBDIR) bbitmap ] ;

UsePublicHeaders interface support ;
SEARCH_SOURCE += [ FDirName $(TOP) src kits interface ] ;


CommonTestLib libinterfacetest.so
	: InterfaceKitTestAddon.cpp

		# BBitmap
		BitmapTest.cpp
		BBitmapTester.cpp
		SetBitsTester.cpp

	: <boot!home!config!lib>libopenbeos.so
		be stdc++.r4
	: be stdc++.r4
	: 
	: app support
;

SubInclude OBOS_TOP src tests kits interface bprintjob ;
