X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=5c90004585bdeaaf2e39adfefa27c213e487b026;hb=cee513112adcf4084d6be9e3b5037b7b54c9f514;hp=8394ac41b416ec17eff5915cdf39bcf84956d043;hpb=34c0542189a443e57f2b09886f31b5bdad404bbf;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 8394ac4..5c90004 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ SUBDIRS += appliance endif # Tests and the test-tool. -SUBDIRS += gnulib/tests capitests caution regressions test-tool +SUBDIRS += gnulib/tests capitests caution regressions extratests test-tool # Guestfish. SUBDIRS += fish @@ -250,6 +250,11 @@ CLEANFILES = \ quickcheck: ./run test-tool/libguestfs-test-tool $(QUICKCHECK_TEST_TOOL_ARGS) +# Run extra-tests in extratests/ subdirectory. + +extra-tests: + make -C extratests $@ + # Make binary distribution. BINTMPDIR = /tmp/libguestfs-bin