Browse Source

Simplify specifying the encoding test program.

master
Reece H. Dunn 8 years ago
parent
commit
01f2a0f845
1 changed files with 2 additions and 5 deletions
  1. 2
    5
      Makefile.am

+ 2
- 5
Makefile.am View File



noinst_bin_PROGRAMS += tests/encoding.test noinst_bin_PROGRAMS += tests/encoding.test


tests_encoding_test_CFLAGS = -Isrc/libespeak-ng ${AM_CFLAGS}
tests_encoding_test_SOURCES = \
src/libespeak-ng/encoding.c \
src/libespeak-ng/mnemonics.c \
tests/encoding.c
tests_encoding_test_LDADD = src/libespeak-ng.la
tests_encoding_test_SOURCES = tests/encoding.c


noinst_bin_PROGRAMS += tests/tokenizer.test noinst_bin_PROGRAMS += tests/tokenizer.test



Loading…
Cancel
Save