From c108fa57f1e265a6682c9fdb267e7b2c1653a401 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 23 Aug 2011 14:23:57 +0800 Subject: begin to write test pinyin --- tests/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index f36e5f9..264d8c3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -23,3 +23,15 @@ MAINTAINERCLEANFILES = Makefile.in CLEANFILES = *.bak ACLOCAL = aclocal -I $(ac_aux_dir) + +INCLUDES = -I$(top_srcdir)/src \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/storage \ + -I$(top_srcdir)/src/lookup \ + @GLIB2_CPPFLAGS@ + +noinst_PROGRAMS = test_pinyin + +test_pinyin_SOURCES = test_pinyin.cpp + +test_pinyin_LDADD = ../src/libpinyin.la @GLIB2_LDFLAGS@ \ No newline at end of file -- cgit