mirror of
https://github.com/benhoyt/inih.git
synced 2025-02-05 07:08:23 +08:00
3 lines
149 B
Batchfile
3 lines
149 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
|