1#!/bin/sh
2
3python3 $(dirname $0)/team_basic_test.py
4if [ $? -eq 0 ] ; then
5    echo "PASS: libteam"
6else
7    echo "FAIL: libteam"
8fi
9