summaryrefslogtreecommitdiffstats
path: root/test/Library_test.mk
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2018-03-14 08:31:03 +0000
committerJens Carl <j.carl43@gmx.de>2018-03-18 05:53:07 +0100
commitc671b277275d2173b8235bcda1aa3f17dbe6deb5 (patch)
tree25aceb2f59e7ca572d0a1785371902c8dfed09b1 /test/Library_test.mk
parentColibre icons: use #696969 for font icons (diff)
downloadcore-c671b277275d2173b8235bcda1aa3f17dbe6deb5.tar.gz
core-c671b277275d2173b8235bcda1aa3f17dbe6deb5.zip
Create UNO API property testers for common types
Create UNO API property testers for common, so it's possible to share/use them between all the UNO API service property tests. Testers are available for the types 'boolean', 'long', 'short', and 'string'. Change-Id: Ia36dba98c774695b3ba6ac9d9917af9fb20efdba Reviewed-on: https://gerrit.libreoffice.org/51259 Tested-by: Jenkins <ci@libreoffice.org> 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 c3fcdd020f1b..47d0ffbec381 100644
--- a/test/Library_test.mk
+++ b/test/Library_test.mk
@@ -47,6 +47,7 @@ $(eval $(call gb_Library_add_exception_objects,test,\
test/source/mtfxmldump \
test/source/primitive2dxmldump \
test/source/screenshot_test \
+ test/source/unoapi_property_testers \
))
# vim: set noet sw=4 ts=4: