summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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@