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