mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
12 lines
184 B
Batchfile
12 lines
184 B
Batchfile
:: win bat
|
|
|
|
|
|
cd tests
|
|
|
|
for %%i in (*.py) do python ../compile_code.py %%i >../bytes/%%i.bytecode
|
|
cd ..
|
|
|
|
REM cd RustPython
|
|
REM for %%i in (../bytes/*.vbytecode) do echo %%i
|
|
REM cd ..
|