X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=edf6f658df7a4f69df3551cc4e5b156cf07e7083;hb=3dce861d57ade28d24d8d8735e2bdab491ad0938;hp=b6add57d119de4c6dbc2906b15096faeadd5df9b;hpb=0c4fe2f42b1ba636fe625d5d87e0148b2c783618;p=bup.git diff --git a/Makefile b/Makefile index b6add57..edf6f65 100644 --- a/Makefile +++ b/Makefile @@ -145,9 +145,11 @@ 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/tmetadata.py \ lib/bup/t/toptions.py \ lib/bup/t/tshquote.py \ lib/bup/t/tvint.py \ @@ -156,8 +158,6 @@ python_tests := \ ifeq "2" "$(bup_python_majver)" python_tests += \ lib/bup/t/tclient.py \ - lib/bup/t/tgit.py \ - lib/bup/t/tmetadata.py \ lib/bup/t/tresolve.py \ lib/bup/t/tvfs.py endif