blob: 26f097d5876790b94cceeed723843e401dc06274 [file] [log] [blame]
#!/bin/sh
python3 $(dirname $0)/team_basic_test.py
if [ $? -eq 0 ] ; then
echo "PASS: libteam"
else
echo "FAIL: libteam"
fi