rk3568_ubuntu_r60_v1.3.2/yocto/meta-qt5/recipes-qt/qt5/ptest/run-ptest

7 lines
71 B
Plaintext
Raw Normal View History

2023-11-03 14:12:44 +08:00
#!/bin/sh
for x in ` awk '{print $1}' tst_list `;do
./${x};
done