summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-openembedded/meta-oe/recipes-support/poco/poco/run-ptest
blob: c479f7ac107b9cd1b388e0c73a06c6f1035e165d (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
while read runner; do
  pushd . >/dev/null
  cd bin
  echo Testing $runner
  ./$runner-testrunner -all
  popd >/dev/null
done < testrunners

OpenPOWER on IntegriCloud