headers/bsd: Add sys/queue.h.
[haiku.git] / src / tests / add-ons / print / ppd / test / Jamfile
blob3edd81139c88287e342f3e032e5d8a10db445193
1 SubDir HAIKU_TOP src tests add-ons print ppd test ;
3 SubDirHdrs $(HAIKU_TOP) src tests add-ons print ppd model ;
4 SubDirHdrs $(HAIKU_TOP) src tests add-ons print ppd parser ;
5 SubDirHdrs $(HAIKU_TOP) src tests add-ons print ppd ui ;
7 AddResources PPDConfig : PPDConfigApplication.rdef ;
9 SimpleTest PPDConfig :
10         PPDConfigApplication.cpp
11         : be root libppdtest.a [ TargetLibsupc++ ]
14 SimpleTest PPDTest :
15         Test.cpp
16         TestParser.cpp
17         TestScanner.cpp
18         :
19         be root libppdtest.a [ TargetLibsupc++ ]