]> arthur.barton.de Git - bup.git/blobdiff - Makefile
vfs: accommodate python 3
[bup.git] / Makefile
index c4e74b59ed94e5c279b2f4a7f891f53fe3a8ce6b..037203f0973efc23a0d90afc43bb7f6e5ae65f53 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -145,7 +145,9 @@ runtests: runtests-python runtests-cmdline
 
 python_tests := \
   lib/bup/t/tbloom.py \
+  lib/bup/t/tgit.py \
   lib/bup/t/thashsplit.py \
+  lib/bup/t/thelpers.py \
   lib/bup/t/tindex.py \
   lib/bup/t/toptions.py \
   lib/bup/t/tshquote.py \
@@ -155,8 +157,6 @@ python_tests := \
 ifeq "2" "$(bup_python_majver)"
   python_tests += \
     lib/bup/t/tclient.py \
-    lib/bup/t/tgit.py \
-    lib/bup/t/thelpers.py \
     lib/bup/t/tmetadata.py \
     lib/bup/t/tresolve.py \
     lib/bup/t/tvfs.py