X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=9ae52175a6eb748e9429225636403dc72c2ee873;hp=31da875522ee6f34d85d91d024dbd1c3d3421e03;hb=c649817586e5b4df53b251d1290422f5ef046045;hpb=498758faee6be7e989869bf7feba5e1026a1bb65;ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 31da875..9ae5217 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ endif SUBDIRS += gnulib/tests tests/c-api tests/qemu SUBDIRS += tests/protocol tests/lvm tests/luks tests/md SUBDIRS += tests/regressions -SUBDIRS += extratests test-tool +SUBDIRS += tests/extra test-tool # Guestfish. SUBDIRS += fish @@ -253,10 +253,10 @@ CLEANFILES = \ quickcheck: ./run test-tool/libguestfs-test-tool $(QUICKCHECK_TEST_TOOL_ARGS) -# Run extra-tests in extratests/ subdirectory. +# Run extra-tests in tests/extra/ subdirectory. extra-tests: - make -C extratests $@ + make -C tests/extra $@ # Make binary distribution.