summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/recipes-support/beecrypt/beecrypt/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/recipes-support/beecrypt/beecrypt/run-ptest')
-rw-r--r--import-layers/yocto-poky/meta/recipes-support/beecrypt/beecrypt/run-ptest5
1 files changed, 5 insertions, 0 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-support/beecrypt/beecrypt/run-ptest b/import-layers/yocto-poky/meta/recipes-support/beecrypt/beecrypt/run-ptest
new file mode 100644
index 000000000..2ee294d99
--- /dev/null
+++ b/import-layers/yocto-poky/meta/recipes-support/beecrypt/beecrypt/run-ptest
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cd tests
+for i in `ls`; do ./$i; if [ $? -eq 0 ]; then echo "PASS: $i"; \
+ else echo "FAIL: $i"; fi; done
OpenPOWER on IntegriCloud