summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/files/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/run-ptest')
-rw-r--r--meta/recipes-devtools/elfutils/files/run-ptest6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/files/run-ptest b/meta/recipes-devtools/elfutils/files/run-ptest
new file mode 100644
index 0000000000..770a62e731
--- /dev/null
+++ b/meta/recipes-devtools/elfutils/files/run-ptest
@@ -0,0 +1,6 @@
1#!/bin/sh
2#
3#This script is used to run elfutils test suites
4cd tests
5
6make -k runtest-TESTS abs_srcdir=$PWD abs_builddir=$PWD bindir=$PWD/../src/ srcdir=$PWD top_srcdir=$PWD/../ abs_top_builddir=$PWD/../ elfutils_testrun=installed