Changeset: 6fb940fd5df2 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6fb940fd5df2
Added Files:
        testing/Mz.py.bat
Modified Files:
        testing/CMakeLists.txt
Branch: mtest
Log Message:

add windows .bat wrapper


diffs (23 lines):

diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
--- a/testing/CMakeLists.txt
+++ b/testing/CMakeLists.txt
@@ -159,6 +159,7 @@ if(WIN32)
   install(FILES
     Mlog.bat
     Mtest.py.bat
+    Mz.py.bat
     DESTINATION ${CMAKE_INSTALL_BINDIR})
 
   install(FILES
diff --git a/testing/Mz.py.bat b/testing/Mz.py.bat
new file mode 100755
--- /dev/null
+++ b/testing/Mz.py.bat
@@ -0,0 +1,7 @@
+@REM This Source Code Form is subject to the terms of the Mozilla Public
+@REM License, v. 2.0.  If a copy of the MPL was not distributed with this
+@REM file, You can obtain one at http://mozilla.org/MPL/2.0/.
+@REM
+@REM Copyright 1997 - July 2008 CWI, August 2008 - 2020 MonetDB B.V.
+
+@python "%~dpn0" %*
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to