aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-devtools/libcoap/libcoap/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-devtools/libcoap/libcoap/run-ptest')
-rw-r--r--meta-networking/recipes-devtools/libcoap/libcoap/run-ptest7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-networking/recipes-devtools/libcoap/libcoap/run-ptest b/meta-networking/recipes-devtools/libcoap/libcoap/run-ptest
new file mode 100644
index 0000000000..b56ffe68f3
--- /dev/null
+++ b/meta-networking/recipes-devtools/libcoap/libcoap/run-ptest
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if /usr/lib/libcoap/ptest/testdriver; then
+ echo "PASS: libcoap"
+else
+ echo "FAIL: libcoap"
+fi