diff options
author | Laurent Vivier <lvivier@redhat.com> | 2016-07-28 17:18:09 +0200 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2016-07-29 14:14:15 +1000 |
commit | 059ce0f00af0124740bcb9991d160f93c92ae174 (patch) | |
tree | e3c49c89cf2c9f35fc6dbc411d1c774c2f207f14 /tests/Makefile.include | |
parent | 62be8b044adf47327ebefdefb25f28a40316ebd0 (diff) | |
download | qemu-059ce0f00af0124740bcb9991d160f93c92ae174.zip qemu-059ce0f00af0124740bcb9991d160f93c92ae174.tar.gz qemu-059ce0f00af0124740bcb9991d160f93c92ae174.tar.bz2 |
tests: add drive_del-test to ppc/ppc64
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'tests/Makefile.include')
-rw-r--r-- | tests/Makefile.include | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 4b5123b..ebecfa4 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -259,6 +259,8 @@ check-qtest-arm-y += tests/virtio-blk-test$(EXESUF) gcov-files-arm-y += arm-softmmu/hw/block/virtio-blk.c check-qtest-ppc-y += tests/boot-order-test$(EXESUF) check-qtest-ppc64-y += tests/boot-order-test$(EXESUF) +check-qtest-ppc-y += tests/drive_del-test$(EXESUF) +check-qtest-ppc64-y += tests/drive_del-test$(EXESUF) check-qtest-ppc64-y += tests/spapr-phb-test$(EXESUF) gcov-files-ppc64-y += ppc64-softmmu/hw/ppc/spapr_pci.c check-qtest-ppc-y += tests/prom-env-test$(EXESUF) |