summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb
diff options
context:
space:
mode:
authorRandy MacLeod <Randy.MacLeod@windriver.com>2019-05-13 23:57:14 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-15 17:52:49 +0100
commiteb7d907deb09f2658f69d8faa8e56e6a56510fca (patch)
tree6d4321e377a27902bfe099339c9fda754a662968 /meta/recipes-devtools/valgrind/valgrind_3.15.0.bb
parent7d8407583033ea70039dd7e475c325efcf857c18 (diff)
downloadopenembedded-core-contrib-eb7d907deb09f2658f69d8faa8e56e6a56510fca.tar.gz
valgrind: update the ptest subdirs list
Split the list into one directory per line. Sort the list alphabetically. Add the gdbserver_tests directory to get the 'gone' executable which is needed by: memcheck/tests/gone_abrt_xml.vgtest Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/valgrind/valgrind_3.15.0.bb')
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.15.0.bb12
1 files changed, 11 insertions, 1 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb
index 3b3d0f02f7..5f95b5a740 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb
@@ -136,7 +136,17 @@ do_install_ptest() {
# exclude shell or the package won't install
rm -rf none/tests/shell* 2>/dev/null
- subdirs="tests cachegrind/tests callgrind/tests drd/tests helgrind/tests massif/tests memcheck/tests none/tests"
+ subdirs=" \
+ cachegrind/tests \
+ callgrind/tests \
+ drd/tests \
+ gdbserver_tests \
+ helgrind/tests \
+ massif/tests \
+ memcheck/tests \
+ none/tests \
+ tests \
+ "
# Get the vg test scripts, filters, and expected files
for dir in $subdirs ; do