|
[openbeos]
||
[Date Prev]
[02-2007 Date Index]
[Date Next]
||
[Thread Prev]
[02-2007 Thread Index]
[Thread Next]
[openbeos] How to add test application to image?
- From: Michael Pfeiffer <michael.pfeiffer@xxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Tue, 6 Feb 2007 19:56:36 +0100
Hi
I would like to add src/tests/interface/pictureprint/DumpPrintJob for
testing purposes to the Haiku image.
In the Jamfile I have replaced the SimpleTest with Application:
Application DumpPrintJob :
DumpPrintJob.cpp
:
be root libprintutils.a
:
DumpPrintJob.rdef
;
After building the application does not appear to be in the Haiku image.
Any ideas why this does not work?
- Michael
|