summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2015-07-08 15:09:28 +0800
committerPeng Wu <alexepico@gmail.com>2015-07-08 15:09:28 +0800
commit3b7b004ecd617e392102d70c3828536235435a89 (patch)
treefaeecee22a5c788726dfa0e8491cff59016997ef /tests
parent3a7d3dc0c8982f89bdb2981ea4f5d56a696627b3 (diff)
downloadlibpinyin-3b7b004ecd617e392102d70c3828536235435a89.tar.gz
libpinyin-3b7b004ecd617e392102d70c3828536235435a89.tar.xz
libpinyin-3b7b004ecd617e392102d70c3828536235435a89.zip
re-facter Makefile.am
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
-rw-r--r--tests/lookup/Makefile.am4
-rw-r--r--tests/storage/Makefile.am4
3 files changed, 0 insertions, 12 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7666a6c..93df7d6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -32,10 +32,6 @@ INCLUDES = -I$(top_srcdir)/src \
LDADD = ../src/libpinyin.la @GLIB2_LIBS@
-if KYOTOCABINET
-LDADD += @KYOTOCABINET_LIBS@
-endif
-
noinst_HEADERS = timer.h \
tests_helper.h
diff --git a/tests/lookup/Makefile.am b/tests/lookup/Makefile.am
index e36f5be..804d037 100644
--- a/tests/lookup/Makefile.am
+++ b/tests/lookup/Makefile.am
@@ -24,10 +24,6 @@ INCLUDES = -I$(top_srcdir)/src \
LDADD = ../../src/libpinyin_internal.la @GLIB2_LIBS@
-if KYOTOCABINET
-LDADD += @KYOTOCABINET_LIBS@
-endif
-
noinst_PROGRAMS = test_pinyin_lookup \
test_phrase_lookup
diff --git a/tests/storage/Makefile.am b/tests/storage/Makefile.am
index 8aec6ba..7675d11 100644
--- a/tests/storage/Makefile.am
+++ b/tests/storage/Makefile.am
@@ -24,10 +24,6 @@ INCLUDES = -I$(top_srcdir)/src \
LDADD = ../../src/libpinyin_internal.la @GLIB2_LIBS@
-if KYOTOCABINET
-LDADD += @KYOTOCABINET_LIBS@
-endif
-
TESTS = test_phrase_index_logger \
test_ngram \
test_flexible_ngram