Changeset: e8a64f5b6654 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/e8a64f5b6654
Modified Files:
testing/CMakeLists.txt
testing/Mtest.py.in
Branch: pp_hashjoin
Log Message:
cmake should add HAVE_SNAPPY_FALSE/HAVE_ZSTD_FALSE to mtest
diffs (28 lines):
diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
--- a/testing/CMakeLists.txt
+++ b/testing/CMakeLists.txt
@@ -76,6 +76,12 @@ endif(HAVE_LIBXML)
if (HAVE_LIBZ)
set(HAVE_LIBZ_FALSE "#")
endif(HAVE_LIBZ)
+if (HAVE_SNAPPY)
+ set(HAVE_SNAPPY_FALSE "#")
+endif(HAVE_SNAPPY)
+if (HAVE_ZSTD)
+ set(HAVE_ZSTD_FALSE "#")
+endif(HAVE_ZSTD)
if (HAVE_NETCDF)
set(HAVE_NETCDF_FALSE "#")
endif(HAVE_NETCDF)
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -265,6 +265,8 @@ CONDITIONALS = {
'HAVE_LIBR' : '@HAVE_LIBR_FALSE@',
'HAVE_LIBXML' : '@HAVE_LIBXML_FALSE@',
'HAVE_LIBZ' : '@HAVE_LIBZ_FALSE@',
+ 'HAVE_SNAPPY' : '@HAVE_SNAPPY_FALSE@',
+ 'HAVE_ZSTD' : '@HAVE_ZSTD_FALSE@',
'HAVE_NETCDF' : '@HAVE_NETCDF_FALSE@',
'HAVE_ODBC' : '@HAVE_ODBC_FALSE@',
'HAVE_OPENSSL' : '@HAVE_OPENSSL_FALSE@',
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]