xref: /haiku/src/tests/kits/interface/picture/Jamfile (revision 51978af14a173e7fae0563b562be5603bc652aeb)
1SubDir OBOS_TOP src tests kits interface picture ;
2
3UsePrivateHeaders interface print ;
4
5SimpleTest TestPictureApp :
6	PictureTestApp.cpp
7	PictureTestView.cpp
8	TestView.cpp
9	PictureTestWindow.cpp
10	;
11
12LinkSharedOSLibs TestPictureApp :
13	be
14	root
15	libprint.a
16	;
17
18SimpleTest DumpPrintJob :
19	DumpPrintJob.cpp
20	;
21
22LinkSharedOSLibs DumpPrintJob :
23	be
24	root
25	libprint.a
26	;
27
28SimpleTest ShowPrintJob :
29	Preview.cpp
30	;
31
32LinkSharedOSLibs ShowPrintJob :
33	be
34	root
35	libprint.a
36	;
37