aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/c-testsuite/runners/single-exec/compcert-x86_64.skip
blob: 111fc47512446c5766e78459312d7d52489dae8a (plain) (blame)
1
2
3
4
5
6
7
8
9
#! /bin/sh

if ! test -f README.md
then
    echo "run from the base directory." >&2
    exit 1
fi

./scripts/search-tests "not ((arch-x86_64 or portable) and c99)"