• Home
Name Date Size #Lines LOC

..--

READMED03-May-2024537 1310

certification-tests.xmlD03-May-20242.1 KiB4536

run_gamecore.shD03-May-20241.8 KiB5634

README

1Ensure that `adb` and `aapt` are available on your path and run:
2$ ./run_gamecore.sh <options>
3
4Usage: ./run_gamecore.sh [--all] [--apk-info=file] [--apk-dir=dir]
5
6Options:
7  -a, --all 		run all tests
8  -h, --help 		print this help
9  --apk-info=file 	An XML file describing the list of APKs for qualifications.
10  --apk-dir=dir 	Directory containing the APKs for qualifications.  If --apk-info is
11                	not specified and a file named 'apk-info.xml' exists in --apk-dir,
12                	that file will be used as the apk-info.
13