X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=1fdac2611147205817c20295f3e7a6c7edd7aa28;hb=52ce09ea949d3440023538f6b445b4e6f7e64173;hp=ab52afd1e3c087824ff59e09a2723c08592a7d05;hpb=a25e07f4ff51afe998b38b4b1e918736fc53a210;p=bup.git diff --git a/Makefile b/Makefile index ab52afd..1fdac26 100644 --- a/Makefile +++ b/Makefile @@ -145,6 +145,11 @@ runtests-python: all t/tmp | tee -a t/tmp/test-log/$$$$.log cmdline_tests := \ + t/test-web.sh \ + t/test-rm.sh \ + t/test-gc.sh \ + t/test-main.sh \ + t/test-list-idx.sh \ t/test-index.sh \ t/test-split-join.sh \ t/test-fuse.sh \ @@ -161,6 +166,7 @@ cmdline_tests := \ t/test-restore-map-owner.sh \ t/test-restore-single-file.sh \ t/test-rm-between-index-and-save.sh \ + t/test-save-with-valid-parent.sh \ t/test-sparse-files.sh \ t/test-command-without-init-fails.sh \ t/test-redundant-saves.sh \