diff options
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.15.0.bb | 12 |
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() { | |||
136 | # exclude shell or the package won't install | 136 | # exclude shell or the package won't install |
137 | rm -rf none/tests/shell* 2>/dev/null | 137 | rm -rf none/tests/shell* 2>/dev/null |
138 | 138 | ||
139 | subdirs="tests cachegrind/tests callgrind/tests drd/tests helgrind/tests massif/tests memcheck/tests none/tests" | 139 | subdirs=" \ |
140 | cachegrind/tests \ | ||
141 | callgrind/tests \ | ||
142 | drd/tests \ | ||
143 | gdbserver_tests \ | ||
144 | helgrind/tests \ | ||
145 | massif/tests \ | ||
146 | memcheck/tests \ | ||
147 | none/tests \ | ||
148 | tests \ | ||
149 | " | ||
140 | 150 | ||
141 | # Get the vg test scripts, filters, and expected files | 151 | # Get the vg test scripts, filters, and expected files |
142 | for dir in $subdirs ; do | 152 | for dir in $subdirs ; do |