• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

com/sun/star/comp/smoketest/H07-Oct-2020-16255

data/H07-Oct-2020-2,3471,814

org/libreoffice/smoketest/H07-Oct-2020-19188

CppunitTest_smoketest.mkH A D07-Oct-20201.7 KiB5633

Executable_libtest.mkH A D07-Oct-20201.3 KiB3921

Extension_TestExtension.mkH A D07-Oct-2020560 152

Jar_TestExtension.mkH A D07-Oct-2020866 3618

Jar_smoketest.mkH A D07-Oct-2020898 3013

Library_smoketest.mkH A D07-Oct-2020946 3818

MakefileH A D07-Oct-2020225 82

Module_smoketest.mkH A D07-Oct-20201.1 KiB5232

READMEH A D07-Oct-2020730 1914

Zip_smoketestdoc.mkH A D07-Oct-20201.6 KiB3919

libtest.cxxH A D07-Oct-20203.9 KiB160120

smoketest.cxxH A D07-Oct-20206.7 KiB199152

smoketest_too.cxxH A D07-Oct-202025 21

README

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