build: 'make quickcheck' rule now uses new run-test-tool-locally script.
authorRichard Jones <rjones@redhat.com>
Mon, 13 Sep 2010 13:42:47 +0000 (14:42 +0100)
committerRichard Jones <rjones@redhat.com>
Mon, 13 Sep 2010 13:42:47 +0000 (14:42 +0100)
Makefile.am

index 6c68dc1..2cf03b0 100644 (file)
@@ -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.
 #