Changeset: 7cfc0455f67f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/7cfc0455f67f Modified Files: testing/CMakeLists.txt Branch: Sep2022 Log Message:
Merge with Jan2022 branch diffs (34 lines): diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt --- a/testing/CMakeLists.txt +++ b/testing/CMakeLists.txt @@ -138,30 +138,6 @@ if(PYTHON3_LIBDIR) utils.py DESTINATION ${PYTHON3_LIBDIR}/MonetDBtesting COMPONENT pytesting) - - if(BUILD_TESTING_PACKAGE) - set(pypackagedir "${CMAKE_BINARY_DIR}/pytesting/src") - make_directory("${pypackagedir}/MonetDBtesting") - install(FILES - process.py - __init__.py - ${CMAKE_CURRENT_BINARY_DIR}/listexports.py - exportutils.py - melcheck.py - sqllogictest.py - explain.py - mapicursor.py - malmapi.py - helpers.py - sqltest.py - utils.py - DESTINATION "${pypackagedir}/MonetDBtesting") - - configure_file(pyproject.toml.in - "${pypackagedir}/pyproject.toml" - @ONLY) - - endif() endif() if(WIN32) _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org