X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.in;h=ac6b353be8ace02c1ef597230d973010c6d6596c;hb=ea5052e51f1a284b34a2550b67b465927348fac8;hp=7e65efb801c04df963e82ad58ce168aafe21537d;hpb=2e8b5209c8f4efebfb51cf0165ced9e967394765;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/Makefile.in b/Makefile.in index 7e65efb..ac6b353 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,6 +6,7 @@ # test run the full testsuite # install install to default location (/usr/local) # clean clean built binaries (not the documentation) +# clean-all clean as above, clean docs and generated files # # Tuning by variables (environment or make arguments): # V=1 verbose, print command lines (default: quiet) @@ -241,6 +242,12 @@ test-clean: @echo "Cleaning tests" $(Q)bash tests/clean-tests.sh +test-inst: all + @tmpdest=`mktemp --tmpdir -d btrfs-inst.XXXXXX` && \ + echo "Test installation to $$tmpdest" && \ + $(MAKE) DESTDIR=$$tmpdest install && \ + $(RM) -rf -- $$tmpdest + test: test-fsck test-mkfs test-convert test-misc test-fuzz #