diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-12-05 04:56:57 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-12-05 10:47:09 +0100 |
commit | 04ca6792748eb410e997e8c6a5d4a18c9e9c531a (patch) | |
tree | c2b5604c44cfa1f211fdaedb85c27ca913a86ef1 /test/Library_test.mk | |
parent | 84568fb1badc96dce12f1919e7c3c027fbfebd6d (diff) |
Make helper to create XControlShape.
Change-Id: I74dc16cde0acdbc995a8808b8e8005c66c300823
Reviewed-on: https://gerrit.libreoffice.org/64584
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'test/Library_test.mk')
-rw-r--r-- | test/Library_test.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Library_test.mk b/test/Library_test.mk index 92097613eb4d..1e4a013e1e4b 100644 --- a/test/Library_test.mk +++ b/test/Library_test.mk @@ -10,6 +10,7 @@ $(eval $(call gb_Library_Library,test)) $(eval $(call gb_Library_set_include,test,\ + -I$(SRCDIR)/test/inc \ $$(INCLUDE) \ )) @@ -52,6 +53,7 @@ $(eval $(call gb_Library_add_exception_objects,test,\ test/source/primitive2dxmldump \ test/source/screenshot_test \ test/source/unoapi_property_testers \ + test/source/helper/form \ )) # vim: set noet sw=4 ts=4: |