Test runner: fixed missing C99 option
This commit is contained in:
parent
778dfdb3f9
commit
312f8085ce
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ coption=
|
|||
CAMLC=ocamlc
|
||||
JAVAC=javac
|
||||
LUSTREC=lustre
|
||||
CC=gcc
|
||||
CC="gcc -std=c99"
|
||||
|
||||
# par defaut : pas de test de generation de code
|
||||
|
||||
|
|
Loading…
Reference in a new issue