From e595146b5c742de5604a175f0d150931d9f6aa6d Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 12 May 2009 17:55:33 +0100 Subject: [PATCH] test-command is not an actual test program. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.8.3.1