android13/external/grpc-grpc/third_party/nanopb/tests/options/SConscript

10 lines
172 B
Python

# Test that the generator options work as expected.
Import("env")
env.NanopbProto("options")
env.Object('options.pb.c')
env.Match(['options.pb.h', 'options.expected'])