summaryrefslogtreecommitdiffstats
path: root/test/Library_test.mk
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2019-03-26 21:55:00 +0000
committerJens Carl <j.carl43@gmx.de>2019-03-27 19:35:51 +0100
commit28eab5de358631758315a3581e860d6ef533259a (patch)
tree70cccdb3d186d3589eeeca7c6be3165c2d85f511 /test/Library_test.mk
parentNested list L must be a child of parent's LBody (diff)
downloadcore-28eab5de358631758315a3581e860d6ef533259a.tar.gz
core-28eab5de358631758315a3581e860d6ef533259a.zip
Helper to create various drawing::XShape
This ports SOfficeFactory::createShape() from file qadevOOo/runner/util/SOfficeFactory. Change-Id: I2c7eb0304ac1d439211d3851b2debdb4843130e3 Reviewed-on: https://gerrit.libreoffice.org/69772 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'test/Library_test.mk')
-rw-r--r--test/Library_test.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Library_test.mk b/test/Library_test.mk
index 3d55e1116d71..f80cacf6ed9a 100644
--- a/test/Library_test.mk
+++ b/test/Library_test.mk
@@ -52,6 +52,7 @@ $(eval $(call gb_Library_add_exception_objects,test,\
test/source/screenshot_test \
test/source/unoapi_property_testers \
test/source/helper/form \
+ test/source/helper/shape \
))
# vim: set noet sw=4 ts=4: