Files
kaizen/tests/build.bat
irisz64 45cc47a859 Squashed 'external/mINI/' content from commit 52b66e987c
git-subtree-dir: external/mINI
git-subtree-split: 52b66e987cb56171dc91d96115cdf094b6e4d7a0
2025-06-26 23:33:30 +02:00

8 lines
150 B
Batchfile

@echo off
IF %1.==. GOTO ERR
g++ -Wall -Wextra -std=c++17 -I./lest -I./../src -lstdc++fs -o %1.exe %1.cpp
GOTO END
:ERR
echo Use: %0 [test name]
:END