File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,6 @@ build.cmd
178178
179179``` bash
180180bazel build //:opencc
181- bazel test --test_output=all //src/... //data/... //test/...
182181```
183182
184183### Test 測試
@@ -195,6 +194,12 @@ make test
195194test.cmd
196195```
197196
197+ #### Test with Bazel
198+
199+ ``` bash
200+ bazel test --test_output=all //src/... //data/... //python/... //test/...
201+ ```
202+
198203### Benchmark 基準測試
199204
200205```
@@ -238,6 +243,7 @@ Please update if your project is using OpenCC.
238243* [ ibus-libpinyin] ( https://github.com/libpinyin/ibus-libpinyin )
239244* [ alfred-chinese-converter] ( https://github.com/amowu/alfred-chinese-converter )
240245* [ GoldenDict] ( https://github.com/goldendict/goldendict )
246+ * [ China Biographical Database Project (CBDB)] ( https://cbdb.hsites.harvard.edu/ )
241247
242248## License 許可協議
243249
@@ -306,5 +312,6 @@ All these libraries are statically linked by default.
306312* [ Prcuvu] ( https://github.com/Prcuvu )
307313* [ Tony Able] ( https://github.com/TonyAble )
308314* [ Xiao Liang] ( https://github.com/yxliang01 )
315+ * [ Frank Lin] ( https://github.com/frankslin )
309316
310317Please feel free to update this list if you have contributed OpenCC.
You can’t perform that action at this time.
0 commit comments