X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=725d12cf4d339d73bddb888270d37784da6de5cf;hp=438c5228747a18d8503a42cd92277fa3b671d407;hb=d24e088dc3475db4496e5cbd67c143c25ef12b1e;hpb=cd077b8229731e292798f34dd56892cbfa6f1e0e 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