]> arthur.barton.de Git - bup.git/blobdiff - Makefile
Make adjustments to fix tbloom for python 3
[bup.git] / Makefile
index 8fbc251d77441575dcdab09dff48160534bf2d69..560652b17a8724e580b8625e99869fd50e282c04 100644 (file)
--- 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 \