check-mescc: c-mini

This commit is contained in:
Jan Nieuwenhuizen 2018-08-16 21:04:36 +02:00
parent 457d120770
commit 3f45b7f92b
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -154,10 +154,10 @@ fail=0
total=0
mkdir -p scaffold/tests
for t in $tests; do
if [ -z "${t/[01][0-9]-*/}" ]; then
if [ -z "${t/[012][0-9]-*/}" ]; then
LIBC=
MES_LIBS="-l none"
elif [ -z "${t/[2][0-9]-*/}" ]; then
elif [ -z "${t/[34][0-9]-*/}" ]; then
LIBC=c-mini
MES_LIBS="-l c-mini"
elif [ -z "${t/[78][0-9a-z]-*/}" ]; then