X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=b034b29853f8bb1f95aa7600010a77b3c2e6d3f2;hb=8ea8e456dc87e4c26f2ede1b00ab617e5d69b064;hp=0f2bbc3f894e2a5ed2708e8b1893171f60b837f7;hpb=0bdb3e0ad3a9bd27d2f0c61788370a15af263aa9;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 0f2bbc3..b034b29 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 @@ -234,6 +234,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