xref: /aosp_15_r20/external/nanopb-c/tests/options/SConscript (revision c8d645cafcee3f91213d30caa0fe303887010b9b)
1# Test that the generator options work as expected.
2
3Import("env")
4
5env.NanopbProto("options")
6env.Object('options.pb.c')
7env.Match(['options.pb.h', 'options.expected'])
8
9env.NanopbProto("proto3_options")
10env.Object('proto3_options.pb.c')
11env.Match(['proto3_options.pb.h', 'proto3_options.expected'])
12
13