qcs-python/test.bat
2023-04-30 21:03:03 -04:00

7 lines
146 B
Batchfile

@echo off
REM Change python whatever
set pyexe=python34\python.exe
REM And now, run all the various tests we have
%pyexe% test_myutils.py