diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-26 19:00:21 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-26 19:01:09 +0200 |
commit | 58114896d1a18ae261cb8635b3938fc0ab0cb9db (patch) | |
tree | b3bc34b6850da21e734fa2cec49fd4c66baa1389 /test/Library_test.mk | |
parent | 46dde257601440024cbec83379c80df47114e079 (diff) |
add xml diff with tolerance
# Changes to be committed:
Diffstat (limited to 'test/Library_test.mk')
-rw-r--r-- | test/Library_test.mk | 5 |
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: |