aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/poco/poco/run-ptest
blob: c9896eadee75d4e085453c04dace4f7c02b1533c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
while read runner; do
  oldpath=`pwd` >/dev/null
  cd bin
  echo Testing $runner
  ./$runner-testrunner -all
  cd $oldpath >/dev/null
done < testrunners