From 54b8d345cb1c5f527a58457e6619004f5ecf4fb0 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 18 May 2012 11:09:30 +0800 Subject: refine tests --- tests/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 6cc9e51..1c0bf09 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -30,7 +30,8 @@ INCLUDES = -I$(top_srcdir)/src \ -I$(top_srcdir)/src/lookup \ @GLIB2_CPPFLAGS@ -noinst_HEADERS = timer.h +noinst_HEADERS = timer.h \ + tests_helper.h noinst_PROGRAMS = test_pinyin \ test_phrase \ @@ -46,4 +47,4 @@ test_phrase_LDADD = ../src/libpinyin.la @GLIB2_LDFLAGS@ test_chewing_SOURCES = test_chewing.cpp -test_chewing_LDADD = ../src/libpinyin.la @GLIB2_LDFLAGS@ \ No newline at end of file +test_chewing_LDADD = ../src/libpinyin.la @GLIB2_LDFLAGS@ -- cgit