Browse Source

tests: build with klatt and speechplayer

master
Yury Popov 2 years ago
parent
commit
82e56b88dd
No account linked to committer's email address
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      Makefile.am

+ 8
- 0
Makefile.am View File

@@ -290,6 +290,14 @@ src_libespeak_ng_test_la_CFLAGS = \
${PCAUDIOLIB_CFLAGS} ${AM_CFLAGS}
src_libespeak_ng_test_la_SOURCES = $(src_libespeak_ng_la_SOURCES)

if OPT_KLATT
src_libespeak_ng_test_la_CFLAGS += -DINCLUDE_KLATT
endif

if OPT_SPEECHPLAYER
src_libespeak_ng_test_la_CFLAGS += -DINCLUDE_SPEECHPLAYER
endif

check_PROGRAMS += tests/encoding.test

tests_encoding_test_LDADD = src/libespeak-ng.la

Loading…
Cancel
Save