diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-13 14:42:47 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-13 14:42:47 +0100 |
commit | da107cf3d959af2d41da4bec3b9f2fd7c09c7ae9 (patch) | |
tree | 9231b68f1f526bd73388700482a111f3f998d7d3 /Makefile.am | |
parent | 9f653edcdc6ecceb7a22441e496f1fc08a95f56c (diff) | |
download | libguestfs-da107cf3d959af2d41da4bec3b9f2fd7c09c7ae9.tar.gz libguestfs-da107cf3d959af2d41da4bec3b9f2fd7c09c7ae9.tar.xz libguestfs-da107cf3d959af2d41da4bec3b9f2fd7c09c7ae9.zip |
build: 'make quickcheck' rule now uses new run-test-tool-locally script.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 6c68dc1d..2cf03b0d 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. # |