Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test_file_glob.bat « test « attic - github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d1377fdee579ed8bcea74b83e9480192ec7e7786 (plain)
1
2
3
4
5
6
@ECHO OFF

ECHO. 2> "%~dp0test_cpps.txt"

FOR %%G IN ("%~dp0\tests\*.cpp") DO ECHO #include "tests/%%~nxG"  >> "%~dp0test_cpps.txt"