aboutsummaryrefslogtreecommitdiff
path: root/src/test/Makefile.am
blob: 14564362c3add458415a28177af80dd721a3b1d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
AM_CPPFLAGS = -I$(srcdir)/../include $(ICU_CPPFLAGS)
LDADD = ../lib/libfst.la -lm -ldl

check_PROGRAMS = fst_test weight_test algo_test

fst_test_SOURCES = fst_test.cc fst_test.h

weight_test_SOURCES = weight_test.cc weight-tester.h

algo_test_SOURCES = algo_test.cc algo_test.h

TESTS = fst_test weight_test algo_test