android_mt6572_jiabo/external/nanopb-c/tests/options/SConscript
2025-09-05 16:56:03 +08:00

9 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'])