summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libssh2/libssh2/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libssh2/libssh2/run-ptest')
-rw-r--r--meta/recipes-support/libssh2/libssh2/run-ptest8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-support/libssh2/libssh2/run-ptest b/meta/recipes-support/libssh2/libssh2/run-ptest
new file mode 100644
index 0000000000..0f5526e316
--- /dev/null
+++ b/meta/recipes-support/libssh2/libssh2/run-ptest
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+ptestdir=$(dirname "$(readlink -f "$0")")
+cd tests
+for test in mansyntax.sh test_simple test_sshd.test
+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