From d9268d28d322918e8294dbf81fc41f8e2e12712c Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 14 Oct 2010 14:53:48 +0800 Subject: switch to pinyin.h for tests --- tests/include/Makefile.am | 6 +++++- tests/include/test_memory_chunk.cpp | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'tests/include') diff --git a/tests/include/Makefile.am b/tests/include/Makefile.am index 3ab278a..958e1d8 100644 --- a/tests/include/Makefile.am +++ b/tests/include/Makefile.am @@ -15,7 +15,11 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -INCLUDES = -I$(top_srcdir)/src/include +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_memory_chunk diff --git a/tests/include/test_memory_chunk.cpp b/tests/include/test_memory_chunk.cpp index 1edaecc..3724ecd 100755 --- a/tests/include/test_memory_chunk.cpp +++ b/tests/include/test_memory_chunk.cpp @@ -1,5 +1,5 @@ #include -#include "memory_chunk.h" +#include "pinyin.h" //Test Memory Chunk Functionality int main(int argc, char * argv[]){ -- cgit