From 01f7a5d90e6e35491561076bec86464c72052a56 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 8 Dec 2011 10:40:50 +0800 Subject: begin to port --- tests/storage/test_parser.cpp | 5 ++++- tests/storage/test_pinyin_table.cpp | 8 +++++++- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'tests/storage') diff --git a/tests/storage/test_parser.cpp b/tests/storage/test_parser.cpp index 7191080..a0045e6 100644 --- a/tests/storage/test_parser.cpp +++ b/tests/storage/test_parser.cpp @@ -24,7 +24,10 @@ #include #include #include -#include "pinyin_internal.h" +#include +#include "pinyin_base.h" + +using namespace pinyin; static const char *help_msg = "Usage:\n" diff --git a/tests/storage/test_pinyin_table.cpp b/tests/storage/test_pinyin_table.cpp index 659e236..42da434 100644 --- a/tests/storage/test_pinyin_table.cpp +++ b/tests/storage/test_pinyin_table.cpp @@ -1,6 +1,12 @@ #include "timer.h" #include -#include "pinyin_internal.h" +#include +#include "novel_types.h" +#include "pinyin_base.h" +#include "pinyin_large_table.h" +#include "phrase_index.h" + +using namespace pinyin; size_t bench_times = 1000; -- cgit