summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash/run-bash-ptests
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/bash/bash/run-bash-ptests')
-rw-r--r--meta/recipes-extended/bash/bash/run-bash-ptests4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash/run-bash-ptests b/meta/recipes-extended/bash/bash/run-bash-ptests
new file mode 100644
index 0000000000..d73a27224d
--- /dev/null
+++ b/meta/recipes-extended/bash/bash/run-bash-ptests
@@ -0,0 +1,4 @@
+#!/bin/sh
+cd "$(dirname "$0")"
+make -k THIS_SH=/bin/bash BUILD_DIR=`pwd` srcdir=`pwd` runtest
+