vfs: check userland buffers before reading them.
[haiku.git] / src / tests / add-ons / print / pdf / linepathbuilder / Jamfile
blob25d1bbe670f6017a4c1564452e2731401fd5251c
1 SubDir HAIKU_TOP src tests add-ons print pdf linepathbuilder ;
3 SubDirHdrs $(HAIKU_TOP) src add-ons print drivers pdf source ;
5 AddResources LinePathBuilder : LinePathBuilder.rdef ;
7 local sources =
8         LPBApp.cpp
9         PathView.cpp
10         SubPath.cpp
11         LinePathBuilder.cpp
14 SimpleTest LinePathBuilder
15         : $(sources)
16         : be [ TargetLibsupc++ ] root
19 # Tell Jam where to find these sources:
20 SEARCH on [ FGristFiles LinePathBuilder.cpp SubPath.cpp ]
21         = [ FDirName $(HAIKU_TOP) src add-ons print drivers pdf source ] ;