xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libteam/libteam/run-ptest (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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