SubDir OBOS_TOP src tests kits interface picture ;

UsePrivateHeaders interface print ;

SimpleTest TestPictureApp :
	PictureTestApp.cpp
	PictureTestView.cpp
	TestView.cpp
	PictureTestWindow.cpp
	;	

LinkSharedOSLibs TestPictureApp :
	be
	root
	libprint.a
	;

SimpleTest DumpPrintJob :
	DumpPrintJob.cpp
	;

LinkSharedOSLibs DumpPrintJob :
	be
	root
	libprint.a
	;

SimpleTest ShowPrintJob :
	Preview.cpp
	;

LinkSharedOSLibs ShowPrintJob :
	be
	root
	libprint.a
	;
