xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ifupdown/files/run-ptest (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#!/bin/sh
2
3CURDIR=$(dirname `readlink -f $0`)
4cd $CURDIR/tests && ./testbuild-linux
5