rk3568_ubuntu_r60_v1.3.2/yocto/meta-qt5/recipes-qt/qt5/ptest/run-ptest
2023-11-03 06:12:44 +00:00

7 lines
71 B
Bash

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