summaryrefslogtreecommitdiff
path: root/tests/run.sh
blob: 24f586d5f49036f87770e93a2081e8921c79ed48 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -z "$ARM_CROSS" ]; then
    echo "ARM_CROSS is not set!"
    exit 1
fi

LANG=C python3 -m unittest discover -v -p '*py'