#! /bin/sh

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

./scripts/search-tests "needs-libc or not (arch-x86_64 or portable)"