From 58114896d1a18ae261cb8635b3938fc0ab0cb9db Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 26 Apr 2012 19:00:21 +0200 Subject: add xml diff with tolerance # Changes to be committed: --- test/Library_test.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/Library_test.mk') diff --git a/test/Library_test.mk b/test/Library_test.mk index 571d26ccd3d3..8ca0289364e5 100644 --- a/test/Library_test.mk +++ b/test/Library_test.mk @@ -38,6 +38,10 @@ $(eval $(call gb_Library_use_api,test,\ udkapi \ )) +$(eval $(call gb_Library_use_externals,test,\ + libxml2 \ +)) + $(eval $(call gb_Library_use_libraries,test,\ comphelper \ cppu \ @@ -63,6 +67,7 @@ $(eval $(call gb_Library_use_external,test,cppunit)) $(eval $(call gb_Library_add_exception_objects,test,\ test/source/bootstrapfixture \ + test/source/diff/diff \ )) # vim: set noet sw=4 ts=4: -- cgit