From: Richard W.M. Jones Date: Thu, 22 Dec 2011 13:05:34 +0000 (+0000) Subject: tests: Put test-tool and comment into own section. X-Git-Tag: 1.15.12~3 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=d24e088dc3475db4496e5cbd67c143c25ef12b1e;p=libguestfs.git tests: Put test-tool and comment into own section. --- diff --git a/Makefile.am b/Makefile.am index 438c522..725d12c 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