Add compile-all.bat.

This commit is contained in:
Skyth
2024-09-12 15:53:58 +03:00
parent ce3f9621f6
commit c82c4688e7
2 changed files with 6 additions and 1 deletions

5
tests/compile-all.bat Normal file
View File

@@ -0,0 +1,5 @@
@echo off
pushd PowerAnalyse
for %%f in (*.cpp) do call ..\compile.bat %%f
popd