The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
255 B

# Regression test for Issue 195: Message size not calculated if a submessage includes
# bytes. Basically a non-working #define being generated.
Import("env")
env.NanopbProto(["test"])
env.Object('test.pb.c')
env.Match(['test.pb.h', 'test.expected'])