| commit | 58d385eee256e5bd59ed1bc9e5e85aaf3e748cef | [log] [tgz] |
|---|---|---|
| author | zeshuai007 <51382517@qq.com> | Sat Aug 29 11:13:41 2020 +0800 |
| committer | Jens Geyer <jensg@apache.org> | Mon Dec 01 22:17:49 2025 +0100 |
| tree | 136adeb16aa3dc6dd0f3d3da738f793de9a3d829 | |
| parent | 5b53b554a3ac6faff70081d541680fbcec55fbb7 [diff] [blame] |
Supplement Jsonprotocol module testcase Client: rb Patch: Zezeng Wang This closes #2223
diff --git a/lib/rb/Makefile.am b/lib/rb/Makefile.am index ab5d903..1088bcb 100644 --- a/lib/rb/Makefile.am +++ b/lib/rb/Makefile.am
@@ -36,6 +36,9 @@ check-local: all $(BUNDLER) install $(BUNDLER) exec rake + $(RUBY) test/TestBinaryProtocol.rb + $(RUBY) test/TestCompactProtocol.rb + $(RUBY) test/TestJsonProtocol.rb endif @@ -55,4 +58,5 @@ benchmark \ script \ spec \ + test \ README.md