diff options
author | Jens Carl <j.carl43@gmx.de> | 2019-03-29 22:06:59 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-03-30 22:40:23 +0100 |
commit | 2e0e7a15f66f5cb55f2a424fae6a9050c2c7f9ca (patch) | |
tree | ba1500b99dc070cd0a33eb5acb39c24295cebb6b /test/Library_subsequenttest.mk | |
parent | bcecc4a2943632030dcd71964bc0aa5690c03735 (diff) |
tdf#45904 Move XFormLayerAccess Java tests to C++
Move XFormLayerAccess Java tests to C++ for ScViewPaneObj.
Change-Id: I7ed6ff51d435b6f3de85daec99a13583e50a450a
Reviewed-on: https://gerrit.libreoffice.org/69942
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'test/Library_subsequenttest.mk')
-rw-r--r-- | test/Library_subsequenttest.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Library_subsequenttest.mk b/test/Library_subsequenttest.mk index 42cec9343c75..c636235913bf 100644 --- a/test/Library_subsequenttest.mk +++ b/test/Library_subsequenttest.mk @@ -187,6 +187,7 @@ $(eval $(call gb_Library_add_exception_objects,subsequenttest,\ test/source/util/xreplaceable \ test/source/util/xsearchable \ test/source/view/xcontrolaccess \ + test/source/view/xformlayeraccess \ )) # vim: set noet sw=4 ts=4: |