summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-09-09 14:32:45 +0800
committerPeng Wu <alexepico@gmail.com>2010-09-09 14:32:45 +0800
commitc8fbacc76996e693d734d0d5c94f63a7d6fe198a (patch)
treea590e146edbaa8957ddaa5ccfc1defba1ca8113e /tests
parent9c20d17c0978f47ff2ae6e5f49f78a81db3040fa (diff)
downloadlibpinyin-c8fbacc76996e693d734d0d5c94f63a7d6fe198a.tar.gz
libpinyin-c8fbacc76996e693d734d0d5c94f63a7d6fe198a.tar.xz
libpinyin-c8fbacc76996e693d734d0d5c94f63a7d6fe198a.zip
combine into libpinyin.a
Diffstat (limited to 'tests')
-rw-r--r--tests/include/Makefile.am2
-rw-r--r--tests/lookup/Makefile.am2
-rw-r--r--tests/storage/Makefile.am10
3 files changed, 7 insertions, 7 deletions
diff --git a/tests/include/Makefile.am b/tests/include/Makefile.am
index 53bc089..3ab278a 100644
--- a/tests/include/Makefile.am
+++ b/tests/include/Makefile.am
@@ -21,5 +21,5 @@ noinst_PROGRAMS = test_memory_chunk
test_memory_chunk_SOURCES = test_memory_chunk.cpp
-test_memory_chunk_LDADD = ../../src/storage/libstorage.la @GLIB2_LIBS@
+test_memory_chunk_LDADD = ../../src/libpinyin.la @GLIB2_LIBS@
diff --git a/tests/lookup/Makefile.am b/tests/lookup/Makefile.am
index ca863ce..4c71c36 100644
--- a/tests/lookup/Makefile.am
+++ b/tests/lookup/Makefile.am
@@ -24,4 +24,4 @@ noinst_PROGRAMS = test_simple_lookup
test_simple_lookup_SOURCES = test_simple_lookup.cpp
-test_simple_lookup_LDADD = ../../src/storage/libstorage.la ../../src/lookup/liblookup.la @GLIB2_LDFLAGS@
+test_simple_lookup_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@
diff --git a/tests/storage/Makefile.am b/tests/storage/Makefile.am
index 8d73153..39570a3 100644
--- a/tests/storage/Makefile.am
+++ b/tests/storage/Makefile.am
@@ -27,20 +27,20 @@ noinst_PROGRAMS = test_parser \
test_parser_SOURCES = test_parser.cpp
-test_parser_LDADD = ../../src/storage/libstorage.la @GLIB2_LDFLAGS@
+test_parser_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@
test_pinyin_index_SOURCES = test_pinyin_index.cpp
-test_pinyin_index_LDADD = ../../src/storage/libstorage.la @GLIB2_LDFLAGS@
+test_pinyin_index_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@
test_phrase_index_SOURCES = test_phrase_index.cpp
-test_phrase_index_LDADD = ../../src/storage/libstorage.la @GLIB2_LDFLAGS@
+test_phrase_index_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@
test_phrase_table_SOURCES = test_phrase_table.cpp
-test_phrase_table_LDADD = ../../src/storage/libstorage.la @GLIB2_LDFLAGS@
+test_phrase_table_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@
test_ngram_SOURCES = test_ngram.cpp
-test_ngram_LDADD = ../../src/storage/libstorage.la @GLIB2_LDFLAGS@
+test_ngram_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@