xref: /haiku/src/tests/kits/interface/bprintjob/Jamfile (revision d5cd5d63ff0ad395989db6cf4841a64d5b545d1d)
1SubDir OBOS_TOP src tests kits interface bprintjob ;
2
3SimpleTest print_test
4	: PrintTestApp.cpp
5	  PrintTestWindow.cpp
6	  PrintTestView.cpp
7	  PrintJob.cpp		# Link against the library later.
8	: root be
9;
10
11# Tell Jam where to find these sources
12SEARCH on [ FGristFiles PrintJob.cpp ]
13	= [ FDirName $(OBOS_TOP) src kits interface ] ;
14
15