Changeset: e5d0b39b1f73 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/e5d0b39b1f73
Modified Files:
testing/CMakeLists.txt
Branch: Jan2022
Log Message:
Remove MonetDBtesting code from CMake
diffs (34 lines):
diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
--- a/testing/CMakeLists.txt
+++ b/testing/CMakeLists.txt
@@ -135,30 +135,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 -- [email protected]
To unsubscribe send an email to [email protected]