diff options
-rw-r--r-- | Makefile.am | 7 |
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 |