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

2
tests/getsig/make.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
javac getsig.java