diff options
author | Wouter van Oortmerssen <wvo@google.com> | 2016-04-13 18:16:05 -0700 |
---|---|---|
committer | Wouter van Oortmerssen <wvo@google.com> | 2016-06-29 15:51:44 -0700 |
commit | 48f37f9e0a04f2b60046dda7fef20a8b0ebc1a70 (patch) | |
tree | 60dd1de27dd706705cc000eed5bd6941ae54ce47 /tests/generate_code.bat | |
parent | 6dff7c68f1e5f6d06b41e3dc2254a6015136168e (diff) | |
download | flatbuffers-48f37f9e0a04f2b60046dda7fef20a8b0ebc1a70.tar.gz flatbuffers-48f37f9e0a04f2b60046dda7fef20a8b0ebc1a70.tar.bz2 flatbuffers-48f37f9e0a04f2b60046dda7fef20a8b0ebc1a70.zip |
Added GRPC code generator to flatc.
Also added simple (in-process) test.
Change-Id: I38580d554dd52f590e3396ec4846e07546dcf07d
Tested: on Linux.
Diffstat (limited to 'tests/generate_code.bat')
-rw-r--r-- | tests/generate_code.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generate_code.bat b/tests/generate_code.bat index 00b16d90..53d54707 100644 --- a/tests/generate_code.bat +++ b/tests/generate_code.bat @@ -12,6 +12,6 @@ :: See the License for the specific language governing permissions and :: limitations under the License. -..\flatc.exe --cpp --java --csharp --go --binary --python --js --php --gen-mutable --no-includes monster_test.fbs monsterdata_test.json +..\flatc.exe --cpp --java --csharp --go --binary --python --js --php --grpc --gen-mutable --no-includes monster_test.fbs monsterdata_test.json ..\flatc.exe --cpp --java --csharp --go --binary --python --js --php --gen-mutable -o namespace_test namespace_test\namespace_test1.fbs namespace_test\namespace_test2.fbs ..\flatc.exe --binary --schema monster_test.fbs |