X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=c270e97bfabf6ac6001da4841a65bce9e05e40cd;hb=cb23ba7502f3d9b8c266d3e214b34ae1fc3372ba;hp=e5e2b67c1820b9e2cfbd41ce3a0a394d0b54114a;hpb=3c64b5788c3e6b10528a81285b71da2edbed8950;p=bup.git diff --git a/Makefile b/Makefile index e5e2b67..c270e97 100644 --- a/Makefile +++ b/Makefile @@ -144,7 +144,9 @@ t/tmp: runtests: runtests-python runtests-cmdline python_tests := \ + lib/bup/t/tbloom.py \ lib/bup/t/thashsplit.py \ + lib/bup/t/tindex.py \ lib/bup/t/toptions.py \ lib/bup/t/tshquote.py \ lib/bup/t/tvint.py \ @@ -152,11 +154,9 @@ python_tests := \ ifeq "2" "$(bup_python_majver)" python_tests += \ - lib/bup/t/tbloom.py \ lib/bup/t/tclient.py \ lib/bup/t/tgit.py \ lib/bup/t/thelpers.py \ - lib/bup/t/tindex.py \ lib/bup/t/tmetadata.py \ lib/bup/t/tresolve.py \ lib/bup/t/tvfs.py @@ -175,6 +175,7 @@ cmdline_tests := ifeq "2" "$(bup_python_majver)" cmdline_tests += \ + t/test-argv \ t/test-ftp \ t/test-save-restore \ t/test-packsizelimit \