summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/recipes-devtools/opkg/opkg/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/recipes-devtools/opkg/opkg/run-ptest')
-rw-r--r--external/poky/meta/recipes-devtools/opkg/opkg/run-ptest5
1 files changed, 5 insertions, 0 deletions
diff --git a/external/poky/meta/recipes-devtools/opkg/opkg/run-ptest b/external/poky/meta/recipes-devtools/opkg/opkg/run-ptest
new file mode 100644
index 00000000..5fb7077e
--- /dev/null
+++ b/external/poky/meta/recipes-devtools/opkg/opkg/run-ptest
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+OPKG_PATH=$(which opkg)
+
+make OPKG_PATH=$OPKG_PATH run-tests