Files
Sakib Sajal b3e9b51c9b libssh2: fix ptest
One of the ptest was failing as it was missing an RDEPENDS
for its test on documentation.

Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-03 11:03:45 -08:00

9 lines
245 B
Bash

#!/bin/sh
ptestdir=$(dirname "$(readlink -f "$0")")
cd tests
for test in $(ls)
do
./../test-driver --test-name $test --log-file ../$test.log --trs-file ../$test.trs --color-tests no --enable-hard-errors yes --expect-failure no -- ./$test
done