include test cases for python getsig replacement

This includes the old getsig.java since that is the canonical implementation
of that algorithm.

fixes #5 https://gitlab.com/fdroid/fdroidserver/issues/5
This commit is contained in:
Hans-Christoph Steiner 2014-08-30 11:07:29 -04:00 committed by Ciaran Gultnieks
parent d74235564f
commit 18db382c47
8 changed files with 97 additions and 0 deletions

View file

@ -92,6 +92,15 @@ cd $WORKSPACE
./hooks/pre-commit
#------------------------------------------------------------------------------#
echo_header "test python getsig replacement"
cd $WORKSPACE/tests/getsig
./make.sh
cd $WORKSPACE/tests
./update.TestCase
#------------------------------------------------------------------------------#
echo_header "create a source tarball and use that to build a repo"