summaryrefslogtreecommitdiffstats
path: root/tests/storage
diff options
context:
space:
mode:
Diffstat (limited to 'tests/storage')
-rw-r--r--tests/storage/test_flexible_ngram.cpp2
-rw-r--r--tests/storage/test_ngram.cpp2
-rw-r--r--tests/storage/test_phrase_index.cpp2
-rw-r--r--tests/storage/test_phrase_index_logger.cpp2
-rw-r--r--tests/storage/test_phrase_table.cpp2
-rw-r--r--tests/storage/test_pinyin_index.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/storage/test_flexible_ngram.cpp b/tests/storage/test_flexible_ngram.cpp
index 85a36ac..2f96906 100644
--- a/tests/storage/test_flexible_ngram.cpp
+++ b/tests/storage/test_flexible_ngram.cpp
@@ -1,4 +1,4 @@
-#include "pinyin.h"
+#include "pinyin_internal.h"
int main(int argc, char * argv[]) {
FlexibleSingleGram<guint32, guint32> single_gram;
diff --git a/tests/storage/test_ngram.cpp b/tests/storage/test_ngram.cpp
index 9577167..b3c6b67 100644
--- a/tests/storage/test_ngram.cpp
+++ b/tests/storage/test_ngram.cpp
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include "pinyin.h"
+#include "pinyin_internal.h"
int main(int argc, char * argv[]){
diff --git a/tests/storage/test_phrase_index.cpp b/tests/storage/test_phrase_index.cpp
index f4b4a7e..8f22a7d 100644
--- a/tests/storage/test_phrase_index.cpp
+++ b/tests/storage/test_phrase_index.cpp
@@ -2,7 +2,7 @@
#include <sys/time.h>
#include <errno.h>
#include <glib.h>
-#include "pinyin.h"
+#include "pinyin_internal.h"
size_t bench_times = 100000;
diff --git a/tests/storage/test_phrase_index_logger.cpp b/tests/storage/test_phrase_index_logger.cpp
index ec5cc79..e0434c0 100644
--- a/tests/storage/test_phrase_index_logger.cpp
+++ b/tests/storage/test_phrase_index_logger.cpp
@@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "pinyin.h"
+#include "pinyin_internal.h"
/* TODO: check whether gb_char.bin and gb_char2.bin should be the same. */
diff --git a/tests/storage/test_phrase_table.cpp b/tests/storage/test_phrase_table.cpp
index c81b472..1bab4cf 100644
--- a/tests/storage/test_phrase_table.cpp
+++ b/tests/storage/test_phrase_table.cpp
@@ -1,7 +1,7 @@
#include <string.h>
#include <stdio.h>
#include <sys/time.h>
-#include "pinyin.h"
+#include "pinyin_internal.h"
size_t bench_times = 1000;
diff --git a/tests/storage/test_pinyin_index.cpp b/tests/storage/test_pinyin_index.cpp
index 9f5669b..2a945f4 100644
--- a/tests/storage/test_pinyin_index.cpp
+++ b/tests/storage/test_pinyin_index.cpp
@@ -1,7 +1,7 @@
#include <string.h>
#include <stdio.h>
#include <sys/time.h>
-#include "pinyin.h"
+#include "pinyin_internal.h"
size_t bench_times = 1000;