From: Richard Jones Date: Mon, 13 Sep 2010 13:42:47 +0000 (+0100) Subject: build: 'make quickcheck' rule now uses new run-test-tool-locally script. X-Git-Tag: 1.5.13~5 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=da107cf3d959af2d41da4bec3b9f2fd7c09c7ae9;hp=9f653edcdc6ecceb7a22441e496f1fc08a95f56c build: 'make quickcheck' rule now uses new run-test-tool-locally script. --- diff --git a/Makefile.am b/Makefile.am index 6c68dc1..2cf03b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -212,9 +212,7 @@ clean-local: # is NOT a substitute for proper testing! quickcheck: - LIBGUESTFS_PATH=appliance \ - test-tool/libguestfs-test-tool \ - --helper test-tool/libguestfs-test-tool-helper + test-tool/run-test-tool-locally # Mostly static binary distribution. #