Config of test scripts

Added option -stdlib towards source library
This commit is contained in:
Gwenal Delaval 2012-07-16 16:16:59 +02:00
parent 9c51b91fd3
commit 295997b866

View file

@ -13,7 +13,7 @@ else
COMPILER=heptc.byte
fi
HEPTC=../$COMPILER_DIR/$COMPILER
HEPTC="../$COMPILER_DIR/$COMPILER -stdlib ../../lib"
CC="gcc -std=c99 -I ../../../lib/c"
LD="gcc"
NBSTEP=100