Skip to content

Commit 5caf024

Browse files
authored
Update README with Bazel test instructions and contributors (#1019)
Added Bazel test command and contributor link.
1 parent c159610 commit 5caf024

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ build.cmd
178178

179179
```bash
180180
bazel build //:opencc
181-
bazel test --test_output=all //src/... //data/... //test/...
182181
```
183182

184183
### Test 測試
@@ -195,6 +194,12 @@ make test
195194
test.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

310317
Please feel free to update this list if you have contributed OpenCC.

0 commit comments

Comments
 (0)