Il 20/12/2013 14:26, Igor Mammedov ha scritto: > index 379cdd9..89f8eff 100644 > --- a/tests/Makefile > +++ b/tests/Makefile > @@ -52,6 +52,8 @@ check-unit-y += tests/test-int128$(EXESUF) > gcov-files-test-int128-y = > check-unit-y += tests/test-bitops$(EXESUF) > check-unit-y += tests/test-qdev-global-props$(EXESUF) > +check-unit-y = tests/check-qom-interface$(EXESUF) > +gcov-files-check-qdict-y = object/object.c
The "=" needs to be a "+=" and the gcov-files-check-qdict-y variable is wrong (both in name and in content; it should be qom/object.c). The test itself is good and, as you mentioned on IRC, spots a bug. Paolo > > check-block-$(CONFIG_POSIX) += tests/qemu-iotests-quick.sh
