X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=5c90004585bdeaaf2e39adfefa27c213e487b026;hp=8394ac41b416ec17eff5915cdf39bcf84956d043;hb=c55bad93fbde03a3daa6058913f02098c45e55f5;hpb=dd76ce2b4c93dd10d8eca9ab7c77bc831f103d03 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