Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
com/sun/star/comp/smoketest/ | H | 07-Oct-2020 | - | 162 | 55 | |
data/ | H | 07-Oct-2020 | - | 2,347 | 1,814 | |
org/libreoffice/smoketest/ | H | 07-Oct-2020 | - | 191 | 88 | |
CppunitTest_smoketest.mk | H A D | 07-Oct-2020 | 1.7 KiB | 56 | 33 | |
Executable_libtest.mk | H A D | 07-Oct-2020 | 1.3 KiB | 39 | 21 | |
Extension_TestExtension.mk | H A D | 07-Oct-2020 | 560 | 15 | 2 | |
Jar_TestExtension.mk | H A D | 07-Oct-2020 | 866 | 36 | 18 | |
Jar_smoketest.mk | H A D | 07-Oct-2020 | 898 | 30 | 13 | |
Library_smoketest.mk | H A D | 07-Oct-2020 | 946 | 38 | 18 | |
Makefile | H A D | 07-Oct-2020 | 225 | 8 | 2 | |
Module_smoketest.mk | H A D | 07-Oct-2020 | 1.1 KiB | 52 | 32 | |
README | H A D | 07-Oct-2020 | 730 | 19 | 14 | |
Zip_smoketestdoc.mk | H A D | 07-Oct-2020 | 1.6 KiB | 39 | 19 | |
libtest.cxx | H A D | 07-Oct-2020 | 3.9 KiB | 160 | 120 | |
smoketest.cxx | H A D | 07-Oct-2020 | 6.7 KiB | 199 | 152 | |
smoketest_too.cxx | H A D | 07-Oct-2020 | 25 | 2 | 1 |
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