X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=42cbbcd8b2142a662e64a0b5fcbc142663e1dabe;hb=82d951a8589b8bd5a3e61b4d0a7b70e8ef6f6231;hp=3f709a545d332a0c956409afbc5933e212aa217d;hpb=ea0cb087050dc86bae886c0b2605b83aa819b7d3;p=bup.git diff --git a/Makefile b/Makefile index 3f709a5..42cbbcd 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ install: all config/config.h: config/config.vars lib/bup/_helpers$(SOEXT): \ - config/config.h \ + config/config.h lib/bup/bupsplit.h \ lib/bup/bupsplit.c lib/bup/_helpers.c lib/bup/csetup.py @rm -f $@ cd lib/bup && \ @@ -198,6 +198,7 @@ cmdline_tests := \ t/test-rm-between-index-and-save.sh \ t/test-save-creates-no-unrefs.sh \ t/test-save-restore \ + t/test-save-errors \ t/test-save-restore-excludes.sh \ t/test-save-strip-graft.sh \ t/test-save-with-valid-parent.sh \ @@ -207,6 +208,8 @@ cmdline_tests := \ t/test-xdev.sh ifeq "2" "$(bup_python_majver)" + # unresolved + # web: needs more careful attention, path bytes round-trips, reprs, etc. cmdline_tests += \ t/test-web.sh endif