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

rm -rf espeak-data/dictsource espeak-data/phsource espeak-data/phondata-manifest rm -rf espeak-data/dictsource espeak-data/phsource espeak-data/phondata-manifest
cd espeak-data && rm -f *_dict && cd .. cd espeak-data && rm -f *_dict && cd ..


check: apk-check

##### build targets: ##### build targets:


common_SOURCE = \ common_SOURCE = \
apk-debug: apk-debug:
cd android && gradle assembleDebug cd android && gradle assembleDebug


apk-check:
cd android && gradle connectedCheck

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

Loading…
Cancel
Save