From 0d839f2ef6d4f70dbad007384ca998eb0ae51732 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 7 Apr 2011 14:07:18 +0800 Subject: add test case for flexible ngram --- tests/storage/test_flexible_ngram.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/storage/test_flexible_ngram.cpp (limited to 'tests/storage/test_flexible_ngram.cpp') diff --git a/tests/storage/test_flexible_ngram.cpp b/tests/storage/test_flexible_ngram.cpp new file mode 100644 index 0000000..744187f --- /dev/null +++ b/tests/storage/test_flexible_ngram.cpp @@ -0,0 +1,5 @@ +#include "pinyin.h" + +int main(int argc, char * argv[]) { + FlexibleBigram test_bigram; +} -- cgit