diff options
author | homeboy445 <akshitsan13@gmail.com> | 2021-06-26 20:46:25 +0530 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-07-27 14:19:06 +0200 |
commit | 6cb3c79b84e396959a982070f6fc4d439a9c396d (patch) | |
tree | e76414396b63922a1b12b52193d30be2f2da1808 /svx/Library_svx.mk | |
parent | a66dc788d92d9ef0ab6a5a0339f02df0c39b97fb (diff) |
Added the feature to store VCL test results as a zip file
The results can now be downloaded as a zip file, which would
consist of the test log and all the resultant bitmap images produced
by the tests compressed as png stored in the user directory folder.
Change-Id: I8a6098a7454a621bbb9cafa7b6f2cafaa5503522
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117937
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svx/Library_svx.mk')
-rw-r--r-- | svx/Library_svx.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk index b6b97a76e0e6..578e7776ce8e 100644 --- a/svx/Library_svx.mk +++ b/svx/Library_svx.mk @@ -145,6 +145,7 @@ $(eval $(call gb_Library_add_exception_objects,svx,\ svx/source/dialog/rubydialog \ svx/source/dialog/rulritem \ svx/source/dialog/SafeModeDialog \ + svx/source/dialog/FileExportedDialog \ svx/source/dialog/SafeModeUI \ svx/source/dialog/SpellDialogChildWindow \ svx/source/dialog/srchctrl \ |