tests: Use '+=' to add additional tests, not '='
commit0ccac16f59462b8e2b9afbc1a602558ea3784f74
authorThomas Huth <thuth@redhat.com>
Fri, 17 Jun 2016 13:16:17 +0000 (17 15:16 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 22 Jun 2016 01:12:17 +0000 (22 11:12 +1000)
treebf29d38dd4a1b63a663be5d08a42f52280bbf356
parentc117590769ea863da3ac082863e6c2ee1cce3eca
tests: Use '+=' to add additional tests, not '='

The recent commit that added the prom-env-test accidentially
overwrote the check-qtest-ppc-y, check-qtest-ppc64-y and
check-qtest-sparc-y variables instead of extending them.

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