add tests
authorPeng Wu <alexepico@gmail.com>
Thu, 23 Feb 2012 05:04:42 +0000 (13:04 +0800)
committerPeng Wu <alexepico@gmail.com>
Thu, 23 Feb 2012 05:04:42 +0000 (13:04 +0800)
tests/include/Makefile.am
tests/storage/Makefile.am

index e00e220f43a3172b6c1f412242735ae39cad86f2..061d5f88171e8e6344bd55754d1a00a71fb3adda 100644 (file)
@@ -21,6 +21,8 @@ INCLUDES                = -I$(top_srcdir)/src \
                           -I$(top_srcdir)/src/lookup \
                           @GLIB2_CPPFLAGS@
 
+TESTS                   = test_memory_chunk
+
 noinst_PROGRAMS          = test_memory_chunk
 
 test_memory_chunk_SOURCES    = test_memory_chunk.cpp
index 746036aae1b4a4bab821eafc6ce141c0d77b2ac4..bfe19a3bbca86cf22e6010174a5f6039cc0dd506 100644 (file)
@@ -22,6 +22,10 @@ INCLUDES                = -I$(top_srcdir)/src \
                           -I$(top_srcdir)/tests \
                           @GLIB2_CPPFLAGS@
 
+TESTS                   = test_phrase_index_logger \
+                          test_ngram \
+                          test_flexible_ngram
+
 noinst_PROGRAMS          = test_parser \
                           test_pinyin_table \
                           test_phrase_index \