Changeset: ad418d2d66cc for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ad418d2d66cc
Modified Files:
        sql/test/Tests/All
        testing/Mtest.py.in
Branch: Aug2018
Log Message:

Added test conditionals.


diffs (23 lines):

diff --git a/sql/test/Tests/All b/sql/test/Tests/All
--- a/sql/test/Tests/All
+++ b/sql/test/Tests/All
@@ -117,7 +117,7 @@ str-trim
 alastair_udf_mergetable_bug
 
 copy-into-fwf
-copy-from-compressed
+HAVE_LIBZ&HAVE_LIBBZ2&HAVE_LIBLZMA?copy-from-compressed
 
 truncate-statements
 truncate-statements-extra
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -374,6 +374,7 @@ CONDITIONALS = {
     'HAVE_HGE'             : "@HAVE_HGE_FALSE@",
     'HAVE_LIBBZ2'          : "@HAVE_LIBBZ2_FALSE@",
     'HAVE_LIBLZ4'          : "@HAVE_LIBLZ4_FALSE@",
+    'HAVE_LIBLZMA'         : "@HAVE_LIBLZMA_FALSE@",
     'HAVE_LIBR'            : "@HAVE_LIBR_FALSE@",
     'HAVE_LIBPY'           : "@HAVE_LIBPY_FALSE@",
     'HAVE_LIBPY3'          : "@HAVE_LIBPY3_FALSE@",
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to