From: Richard Jones <rjones@redhat.com>
Date: Tue, 12 May 2009 16:55:33 +0000 (+0100)
Subject: test-command is not an actual test program.
X-Git-Tag: 1.0.25~1
X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=e595146b5c742de5604a175f0d150931d9f6aa6d;p=libguestfs.git

test-command is not an actual test program.
---

diff --git a/Makefile.am b/Makefile.am
index 60cfac0..ffe558b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,7 +102,7 @@ tests_CFLAGS = \
 	-I$(top_builddir)/src -Wall
 tests_LDADD = $(top_builddir)/src/libguestfs.la
 
-TESTS = $(check_PROGRAMS)
+TESTS = tests
 TESTS_ENVIRONMENT = $(VG)
 
 $(TESTS): $(INITRAMFS) $(VMLINUZ)