tests: Resort check-qtest entries in Makefile.include
authorThomas Huth <thuth@redhat.com>
Sat, 3 Sep 2016 09:57:50 +0000 (11:57 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 7 Sep 2016 02:40:13 +0000 (12:40 +1000)
commit29531542bc92603a198d50412e1142b9f0fb0a73
tree0242f4cbaaa6e9d2bb2151c5d56b130ee8c344e9
parent32f5f50dade3def9e51fdff505f79c67809fe647
tests: Resort check-qtest entries in Makefile.include

The rather random list of check-qtest-xxx entries caused some
confusion in the past, where to use "=" and where to use "+="
(see commits 0ccac16f59462b8e2b9afbc1 and 1f5c1cfbaec0792cd2e5da
for example).
Sorting the check-qtest-xxx entries by architecure instead and
using some empty lines inbetween should help to ease this
situation a little bit, so that it is hopefully now obvious
that new tests should be added with "+=" instead of "=".
While we are at it, this patch also comments out two of the
"gcov-files-..." lines since the corresponding m48t59-test is
disabled for sparc and sparc64, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
tests/Makefile.include