mirror of
https://github.com/benhoyt/inih.git
synced 2025-02-01 15:02:53 +08:00
5 lines
364 B
Batchfile
5 lines
364 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_ALLOW_INLINE_COMMENTS=0 -run unittest.c > baseline_disallow_inline_comments.txt
|
|
@call tcc ..\ini.c -I..\ -DINI_STOP_ON_FIRST_ERROR=1 -run unittest.c > baseline_stop_on_first_error.txt
|