diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-03-07 19:21:14 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-03-07 19:21:14 +0000 |
commit | 4504f424f5589f81086f5250674b55708e162e5f (patch) | |
tree | ac30028c7655db7c45c44c64f254d866f05a04d2 /format/Makefile.am | |
parent | 2f126e07bbd81532147cb59a272e11bce3e6d9ed (diff) | |
download | libguestfs-4504f424f5589f81086f5250674b55708e162e5f.tar.gz libguestfs-4504f424f5589f81086f5250674b55708e162e5f.tar.xz libguestfs-4504f424f5589f81086f5250674b55708e162e5f.zip |
dist: Distribute all tests, even when configured with --disable-appliance.
Diffstat (limited to 'format/Makefile.am')
-rw-r--r-- | format/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/format/Makefile.am b/format/Makefile.am index 1dc8f149..d9ae7e29 100644 --- a/format/Makefile.am +++ b/format/Makefile.am @@ -18,7 +18,6 @@ include $(top_srcdir)/subdir-rules.mk EXTRA_DIST = \ - $(TESTS) \ virt-format.pod CLEANFILES = stamp-virt-format.pod @@ -77,3 +76,5 @@ TESTS_ENVIRONMENT = \ if ENABLE_APPLIANCE TESTS = test-virt-format.sh endif ENABLE_APPLIANCE + +EXTRA_DIST += test-virt-format.sh |