Changeset: 82fa5b093b5f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=82fa5b093b5f
Modified Files:
        testing/CMakeLists.txt
        testing/mktest.py
Branch: mtest
Log Message:

cmake for sqllogictest


diffs (32 lines):

diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
--- a/testing/CMakeLists.txt
+++ b/testing/CMakeLists.txt
@@ -187,4 +187,19 @@ else()
     COMPONENT pytesting)
 endif()
 
+configure_file(mktest.py
+  ${CMAKE_CURRENT_BINARY_DIR}/mktest.py
+  COPYONLY)
+
+configure_file(sqllogictest.py
+  ${CMAKE_CURRENT_BINARY_DIR}/sqllogictest.py
+  COPYONLY)
+
+install(FILES
+  ${CMAKE_CURRENT_BINARY_DIR}/mktest.py
+  ${CMAKE_CURRENT_BINARY_DIR}/sqllogictest.py
+  PERMISSIONS ${PROGRAM_PERMISSIONS_DEFAULT}
+  DESTINATION ${CMAKE_INSTALL_BINDIR}
+  COMPONENT pytesting)
+
 # vim: set ts=2:sw=2:et
diff --git a/testing/mktest.py b/testing/mktest.py
--- a/testing/mktest.py
+++ b/testing/mktest.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0.  If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to