mirror of
https://github.com/benhoyt/inih.git
synced 2025-02-05 07:08:23 +08:00
4 lines
253 B
Batchfile
4 lines
253 B
Batchfile
@call tcc ..\ini.c -I..\ -run unittest.c > baseline_multi.txt
|
|
@call tcc ..\ini.c -I..\ -DINI_ALLOW_MULTILINE=0 -run unittest.c > baseline_single.txt
|
|
@call tcc ..\ini.c -I..\ -DINI_STOP_ON_FIRST_ERROR=1 -run unittest.c > baseline_stop_on_first_error.txt
|