summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-12-22 13:05:34 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-12-22 15:48:13 +0000
commitd24e088dc3475db4496e5cbd67c143c25ef12b1e (patch)
tree12a6a3512e68066b6182988367268873adba6ff5 /Makefile.am
parentcd077b8229731e292798f34dd56892cbfa6f1e0e (diff)
downloadlibguestfs-d24e088dc3475db4496e5cbd67c143c25ef12b1e.tar.gz
libguestfs-d24e088dc3475db4496e5cbd67c143c25ef12b1e.tar.xz
libguestfs-d24e088dc3475db4496e5cbd67c143c25ef12b1e.zip
tests: Put test-tool and comment into own section.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 438c5228..725d12cf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,11 +29,14 @@ if ENABLE_APPLIANCE
SUBDIRS += appliance
endif
-# Tests and the test-tool.
+# Tests.
SUBDIRS += gnulib/tests tests/c-api tests/qemu
SUBDIRS += tests/protocol tests/lvm tests/luks tests/md
SUBDIRS += tests/regressions
-SUBDIRS += tests/extra test-tool
+SUBDIRS += tests/extra
+
+# libguestfs-test-tool
+SUBDIRS += test-tool
# Guestfish.
SUBDIRS += fish