summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt5/ptest/run-ptest
blob: 044f834d68ca9d5c29103d246cfb52aa9fbed18a (plain)
1
2
3
4
5
6
#!/bin/sh

for x in ` awk '{print $1}' tst_list `;do
    ./${x};
done