diff options
author | Richard Jones <rjones@redhat.com> | 2009-05-12 17:55:33 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-05-12 17:55:33 +0100 |
commit | e595146b5c742de5604a175f0d150931d9f6aa6d (patch) | |
tree | 636656509ba29f413fa7828b0ee9a15e4de9b3dd /Makefile.am | |
parent | 791a34b6d9408f2b412d84a75d8617748d2262b4 (diff) | |
download | libguestfs-e595146b5c742de5604a175f0d150931d9f6aa6d.tar.gz libguestfs-e595146b5c742de5604a175f0d150931d9f6aa6d.tar.xz libguestfs-e595146b5c742de5604a175f0d150931d9f6aa6d.zip |
test-command is not an actual test program.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 60cfac05..ffe558b3 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) |