xref: /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/run-ptest (revision 1edbdd48)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2while read runner; do
3  oldpath=`pwd` >/dev/null
4  cd bin
5  echo Testing $runner
6  ./$runner -ignore $oldpath/cppignore.lnx -all
7  cd $oldpath >/dev/null
8done < testrunners
9

served by {OpenGrok

Last Index Update: Sat May 10 03:01:07 CDT 2025