From d24e088dc3475db4496e5cbd67c143c25ef12b1e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 22 Dec 2011 13:05:34 +0000 Subject: [PATCH] tests: Put test-tool and comment into own section. --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 1.8.3.1