diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2022-01-27 10:55:58 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2022-02-14 21:39:35 +0100 |
commit | 82f8a96065194913a6f452bd8fe0ac2ad26a4be0 (patch) | |
tree | 316a26a766d942ad6ebd09592bae38e0cd95330d /desktop/Rdb_crashextension.mk | |
parent | d0c4b646aa5b90794eb41a8a82db78fa0b8e66da (diff) |
Add LibreOffice Crash extension
This extension crashes LibreOffice.
It is to be used to test the crashreporter setup.
Change-Id: I494cdcd746dd49a4f566507712c601494a0bbfac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128906
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'desktop/Rdb_crashextension.mk')
-rw-r--r-- | desktop/Rdb_crashextension.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop/Rdb_crashextension.mk b/desktop/Rdb_crashextension.mk new file mode 100644 index 000000000000..9229fe4b904d --- /dev/null +++ b/desktop/Rdb_crashextension.mk @@ -0,0 +1,12 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_Rdb_Rdb,crashextension)) + +# vim: set noet sw=4 ts=4: |