diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-08-18 02:43:14 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-08-18 10:46:19 +0000 |
commit | 5a95364bcb43210708764af91b00663e0b198450 (patch) | |
tree | a845ca489581b953b1c9b76bba8b5c6d094ff844 /Makefile.in | |
parent | ee6067eb4a7b41da3635540733d4c28e4687cadd (diff) |
screenshot: add screenshot ui test to check target
Change-Id: I6f3540f919f109b88628ed081a184b9e29a35450
Reviewed-on: https://gerrit.libreoffice.org/28203
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ab0e3564326f..a27d55d7858e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7,7 +7,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -gb_Top_MODULE_CHECK_TARGETS := slowcheck unitcheck subsequentcheck perfcheck uicheck +gb_Top_MODULE_CHECK_TARGETS := slowcheck unitcheck subsequentcheck perfcheck uicheck screenshot .PHONY : all check-if-root bootstrap gbuild build build-non-l10n-only build-l10n-only check clean clean-build clean-host test-install distclean distro-pack-install docs download etags fetch findunusedcode get-submodules id install install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS) |