tests: build the helper program by default
authorWenchao Xia <xiawenc@linux.vnet.ibm.com>
Thu, 26 Sep 2013 00:42:55 +0000 (08:42 +0800)
committerKevin Wolf <kwolf@redhat.com>
Fri, 11 Oct 2013 14:50:00 +0000 (16:50 +0200)
commit22ee5a557acc820109a9948620a26f66e4fa3a8f
tree00fddebfba0824033678dd5dab1f54eb2de76dc1
parente428e439df4d92ac42cb913a1dd19b86155eae86
tests: build the helper program by default

Usually we may configure and make, then goto ./tests/qemu-iotest,
check. In this case an error will happen since helper program
was not built. This patch simply build it by default. A better way
may be introducing Makefile in ./tests/qemu-iotest, but it is more
complicate to handle out of tree case, and a bit overkill
for a single file now, we can do that when more files come.

Signed-off-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/Makefile