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>
# 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