mirror of
https://github.com/benhoyt/inih.git
synced 2025-02-05 07:08:23 +08:00
f2914d460c
Add unit test baseline with this option on.
See also f4b25de039
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
|