aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-08-16 15:02:59 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:08 -0300
commit20c9b77b712211f6d04c0166c78f579e19869473 (patch)
tree06c6d0089736e1f30529b1527440f384ef31ecc8 /tests
parent900370cf73a8ad8bd2b61285123ddc0089452089 (diff)
Make libxml2 and libxslt optional dependencies.
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index debccf3c1..acd9fcc96 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -18,7 +18,9 @@ declare_test(testdtorinformation)
declare_test(testenum)
declare_test(testfunctiontag)
declare_test(testimplicitconversions)
-declare_test(testmodifydocumentation)
+if (NOT DISABLE_DOCSTRINGS)
+ declare_test(testmodifydocumentation)
+endif()
declare_test(testmodifyfunction)
declare_test(testmultipleinheritance)
declare_test(testnamespace)