From 4bc6484c594cd11d2f04e9918aada20d49934bee Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sat, 16 Aug 2014 20:40:50 +0200 Subject: initial implementation of XML dump for Primitive2DSequence Change-Id: I6618b18164a26553f81a1c737e009b7187b028c3 --- test/Library_test.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/Library_test.mk') 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: -- cgit