tests: Put test-tool and comment into own section.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 22 Dec 2011 13:05:34 +0000 (13:05 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 22 Dec 2011 15:48:13 +0000 (15:48 +0000)
Makefile.am

index 438c522..725d12c 100644 (file)
@@ -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