xref: /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/ptest/run-ptest (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#!/bin/sh
2
3for x in ` awk '{print $1}' tst_list `;do
4    ./${x};
5done
6
7