diff options
| author | Peng Wu <alexepico@gmail.com> | 2024-09-27 10:06:08 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2024-09-27 10:06:08 +0800 |
| commit | 7f1bad3a4959e5a04aee5bbee46e6f8657912714 (patch) | |
| tree | 77bbe6e35b5f21d3f29fc225e278fd14b5eb1a16 /tests | |
| parent | a82289496b27b98ca2a2e5e774e1ee3a38139a80 (diff) | |
| download | libpinyin-7f1bad3a4959e5a04aee5bbee46e6f8657912714.tar.gz libpinyin-7f1bad3a4959e5a04aee5bbee46e6f8657912714.tar.xz libpinyin-7f1bad3a4959e5a04aee5bbee46e6f8657912714.zip | |
Update tests/storage/Makefile.am
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/storage/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/storage/Makefile.am b/tests/storage/Makefile.am index 6b05918..c8e5ba9 100644 --- a/tests/storage/Makefile.am +++ b/tests/storage/Makefile.am @@ -30,7 +30,9 @@ LDADD = \ TESTS = test_phrase_index_logger \ test_ngram \ - test_flexible_ngram + test_flexible_ngram \ + test_table_info \ + test_punct_table noinst_PROGRAMS = test_phrase_index \ test_phrase_index_logger \ @@ -40,7 +42,8 @@ noinst_PROGRAMS = test_phrase_index \ test_parser2 \ test_matrix \ test_chewing_table \ - test_table_info + test_table_info \ + test_punct_table test_phrase_index_SOURCES = test_phrase_index.cpp @@ -60,3 +63,5 @@ test_matrix_SOURCES = test_matrix.cpp test_chewing_table_SOURCES = test_chewing_table.cpp test_table_info_SOURCES = test_table_info.cpp + +test_punct_table_SOURCES = test_punct_table.cpp |
