X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=Makefile;h=560652b17a8724e580b8625e99869fd50e282c04;hb=d87a9fadca4fddb8fd40299c62567bf192572122;hp=8fbc251d77441575dcdab09dff48160534bf2d69;hpb=63a0592dc920a09be7fb2f8068a38440c06f7ac9;p=bup.git diff --git a/Makefile b/Makefile index 8fbc251..560652b 100644 --- a/Makefile +++ b/Makefile @@ -144,6 +144,7 @@ t/tmp: runtests: runtests-python runtests-cmdline python_tests := \ + lib/bup/t/tbloom.py \ lib/bup/t/thashsplit.py \ lib/bup/t/toptions.py \ lib/bup/t/tshquote.py \ @@ -152,7 +153,6 @@ 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 \