summaryrefslogtreecommitdiffstats
path: root/test/Library_test.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-26 19:00:21 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-26 19:01:09 +0200
commit58114896d1a18ae261cb8635b3938fc0ab0cb9db (patch)
treeb3bc34b6850da21e734fa2cec49fd4c66baa1389 /test/Library_test.mk
parentremoved unused defines (diff)
downloadcore-58114896d1a18ae261cb8635b3938fc0ab0cb9db.tar.gz
core-58114896d1a18ae261cb8635b3938fc0ab0cb9db.zip
add xml diff with tolerance
# Changes to be committed:
Diffstat (limited to 'test/Library_test.mk')
-rw-r--r--test/Library_test.mk5
1 files changed, 5 insertions, 0 deletions
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: