summaryrefslogtreecommitdiff
path: root/test/Library_test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/Library_test.mk')
-rw-r--r--test/Library_test.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Library_test.mk b/test/Library_test.mk
index 585c7ebc8acc..2c8d854417a2 100644
--- a/test/Library_test.mk
+++ b/test/Library_test.mk
@@ -22,6 +22,7 @@ $(eval $(call gb_Library_use_externals,test,\
))
$(eval $(call gb_Library_use_libraries,test,\
+ basegfx \
comphelper \
cppu \
cppuhelper \
@@ -32,6 +33,7 @@ $(eval $(call gb_Library_use_libraries,test,\
utl \
unotest \
vcl \
+ drawinglayer \
$(gb_UWINAPI) \
))
@@ -42,6 +44,7 @@ $(eval $(call gb_Library_add_exception_objects,test,\
test/source/htmltesttools \
test/source/mtfxmldump \
test/source/xmlwriter \
+ test/source/primitive2dxmldump \
))
# vim: set noet sw=4 ts=4: