From 23b89bb317cdf38e645cd25b31e2a5dbaaf1fe84 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 23 Feb 2012 13:04:42 +0800 Subject: add tests --- tests/include/Makefile.am | 2 ++ tests/storage/Makefile.am | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/tests/include/Makefile.am b/tests/include/Makefile.am index e00e220..061d5f8 100644 --- a/tests/include/Makefile.am +++ b/tests/include/Makefile.am @@ -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 diff --git a/tests/storage/Makefile.am b/tests/storage/Makefile.am index 746036a..bfe19a3 100644 --- a/tests/storage/Makefile.am +++ b/tests/storage/Makefile.am @@ -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 \ -- cgit