On 11/10/2015 07:14 AM, Stefan Hajnoczi wrote: > The BlockJobTxn unit test verifies that both single jobs and pairs of > jobs behave as a transaction group. Either all jobs complete > successfully or the group is cancelled. > > Signed-off-by: Stefan Hajnoczi > Reviewed-by: Max Reitz > Reviewed-by: John Snow > Signed-off-by: Fam Zheng > Signed-off-by: John Snow > Message-id: 1446765200-3054-15-git-send-email-jsnow@redhat.com > Signed-off-by: Stefan Hajnoczi > --- > @@ -390,6 +392,7 @@ tests/test-coroutine$(EXESUF): tests/test-coroutine.o $(test-block-obj-y) > tests/test-aio$(EXESUF): tests/test-aio.o $(test-block-obj-y) > tests/test-rfifolock$(EXESUF): tests/test-rfifolock.o $(test-util-obj-y) > tests/test-throttle$(EXESUF): tests/test-throttle.o $(test-block-obj-y) > +tests/test-blockjob-txn$(EXESUF): tests/test-blockjob-txn.o $(test-block-obj-y) $(test-util-obj-y) This commit creates a tests/test-blockjob-txn binary, but doesn't add it to tests/.gitignore. When doing a non-VPATH build, that results in an unclean tree (yeah, I know we recommend VPATH builds, but we already have precedence for ignoring all other test binaries when doing non-VPATH builds). -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org