X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=350c579a6d278afe4b03a1b734e7f6565b037531;hb=be1419a442d9936e737fb2ca6f0fdba36a048964;hp=438c5228747a18d8503a42cd92277fa3b671d407;hpb=cd077b8229731e292798f34dd56892cbfa6f1e0e;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 438c522..350c579 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,8 +19,11 @@ include $(top_srcdir)/subdir-rules.mk ACLOCAL_AMFLAGS = -I m4 +# Gnulib - must be built and tested before the library. +SUBDIRS = gnulib/lib gnulib/tests + # Basic source for the library. -SUBDIRS = gnulib/lib tests/data tests/guests generator src examples po +SUBDIRS += tests/data generator src examples po if ENABLE_DAEMON SUBDIRS += daemon @@ -29,11 +32,21 @@ if ENABLE_APPLIANCE SUBDIRS += appliance endif -# Tests and the test-tool. -SUBDIRS += gnulib/tests tests/c-api tests/qemu -SUBDIRS += tests/protocol tests/lvm tests/luks tests/md +# Tests - order is important. +SUBDIRS += tests/qemu +SUBDIRS += tests/guests +SUBDIRS += tests/c-api +SUBDIRS += tests/protocol +SUBDIRS += tests/lvm +SUBDIRS += tests/luks +SUBDIRS += tests/md SUBDIRS += tests/regressions -SUBDIRS += tests/extra test-tool + +# Extra tests don't run by default. You have to do 'make extra-tests'. +SUBDIRS += tests/extra + +# libguestfs-test-tool +SUBDIRS += test-tool # Guestfish. SUBDIRS += fish