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