Changeset: 84a9842818c3 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=84a9842818c3
Modified Files:
        monetdb5/modules/atoms/Tests/All
        testing/Mtest.py.in
Branch: embedded
Log Message:

Add HAVE_LIBXML conditional.


diffs (37 lines):

diff --git a/monetdb5/modules/atoms/Tests/All b/monetdb5/modules/atoms/Tests/All
--- a/monetdb5/modules/atoms/Tests/All
+++ b/monetdb5/modules/atoms/Tests/All
@@ -6,14 +6,14 @@ time00
 
 strmax
 
-xml00
-xml01
-xml02
-xml03
-xml04
-xml05
-xml10
-xml100
+HAVE_LIBXML?xml00
+HAVE_LIBXML?xml01
+HAVE_LIBXML?xml02
+HAVE_LIBXML?xml03
+HAVE_LIBXML?xml04
+HAVE_LIBXML?xml05
+HAVE_LIBXML?xml10
+HAVE_LIBXML?xml100
 
 json00
 json01
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -305,6 +305,7 @@ CONDITIONALS = {
     'HAVE_JAVAMEROCONTROL' : "@HAVE_JAVAMEROCONTROL_FALSE@",
     'HAVE_LIBBZ2'          : "@HAVE_LIBBZ2_FALSE@",
     'HAVE_LIBR'            : "@HAVE_LIBR_FALSE@",
+    'HAVE_LIBXML'          : "@HAVE_LIBXML_FALSE@",
     'HAVE_LIBZ'            : "@HAVE_LIBZ_FALSE@",
     'HAVE_LIDAR'           : "@HAVE_LIDAR_FALSE@",
     'HAVE_SHP'             : "@HAVE_SHP_FALSE@",
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to