1Smoke test for each component of LibreOffice.
2
3* smoketest:
4
5	The main smoketest.cxx is launched connects via binary UNO
6over a socket to a remote LibreOffice instance. This loads a document
7which is zipped at build time into the workdir/ from the data/
8directory. This in turn contains a set of macros in
9data/Basic/Standard.
10
11	Smoketest.cxx does a remote the StartTestWithDefaultOptions
12macro and waits for a dispatchFinished from the macro's execution. To
13debug this best load workdir/Zip/smoketestdoc.sxw - and hit 'start
14smoketest' - this will launch a number of components and build a
15suitable report in the form of a table.
16
17	The StarBasic smoketests also log their output, this ends up
18in instdir/user/temp/smoketest.log.
19