added test case for common.isApkDebuggable()

Just getting into the habit of adding tests to everything that I change...
Also, it should be useful to have an unsigned APK in the test collection,
since `fdroid update` should handle it gracefully and give a warning of
some kind.
This commit is contained in:
Hans-Christoph Steiner 2014-12-08 22:55:14 +01:00
parent f7c9eccc1f
commit 298a88a498
4 changed files with 55 additions and 0 deletions

View file

@ -98,6 +98,7 @@ echo_header "test python getsig replacement"
cd $WORKSPACE/tests/getsig
./make.sh
cd $WORKSPACE/tests
./common.TestCase
./update.TestCase