Browse Source

autotools: support running the Android tests from 'make check'

master
Reece H. Dunn 12 years ago
parent
commit
8406cd5e7a
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      Makefile.am

+ 5
- 0
Makefile.am View File

@@ -39,6 +39,8 @@ distclean: clean
rm -rf espeak-data/dictsource espeak-data/phsource espeak-data/phondata-manifest
cd espeak-data && rm -f *_dict && cd ..

check: apk-check

##### build targets:

common_SOURCE = \
@@ -130,6 +132,9 @@ apk-release:
apk-debug:
cd android && gradle assembleDebug

apk-check:
cd android && gradle connectedCheck

android/res/raw/espeakdata.zip: espeak-data/phontab dictionaries
mkdir -pv android/res/raw
rm -f $@

Loading…
Cancel
Save