tests: add std=c89 as build option

Since chibi already compiles with c89,
it should not be too bad to maintain this compatibility.
This commit is contained in:
Vitaliy Mysak 2020-05-13 11:02:01 +02:00
parent f449bd157d
commit 9c680217d7

View file

@ -36,3 +36,4 @@ CPPFLAGS=-DSEXP_USE_MUTABLE_STRINGS=0
CPPFLAGS=-DSEXP_USE_STRING_INDEX_TABLE=1
CPPFLAGS=-DSEXP_USE_STRICT_TOPLEVEL_BINDINGS=1
CPPFLAGS=-DSEXP_USE_NO_FEATURES=1
CFLAGS=-std=c89