summaryrefslogtreecommitdiff
path: root/test/Library_test.mk
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-08-16 20:40:50 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-08-16 20:49:20 +0200
commit4bc6484c594cd11d2f04e9918aada20d49934bee (patch)
treeccb12c51e87bab173e0a78c4d8bd1929057aadf6 /test/Library_test.mk
parentd3a59629f79da913b4a3ee367cdf70d0f5167416 (diff)
initial implementation of XML dump for Primitive2DSequence
Change-Id: I6618b18164a26553f81a1c737e009b7187b028c3
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: