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